Skip to content

Commit f42b64f

Browse files
committed
Updating example
1 parent 27301c5 commit f42b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ch4_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
res = HF(mol, 'sto3g').rhf(verbose=True)
55

66
up = [0,0,1]
7-
ContourPlotter.build_contourplot(res, 'ch4.png', [0,1,2,up], 3, 101, 3, 3)
7+
ContourPlotter.build_contourplot(res, 'ch4.png', (0,1,2,up), 3, 101, 3, 3)

0 commit comments

Comments
 (0)