Skip to content

Commit 7a15d50

Browse files
authored
More basis problems in example
Molecule shouldn't require a basis. Solid basis was multiplying by one.
1 parent 84b129c commit 7a15d50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/make_crystal_plan.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
dft_opts={
1111
'xml_name':os.getcwd()+'/../BFD_Library.xml',
12-
'basis_params':[0.2,2,3],
1312
'cutoff':0.0,
1413
'dftgrid':'LGRID',
1514
'spin_polarized':False
@@ -29,7 +28,7 @@
2928

3029
pbc_opts={
3130
'xml_name':os.getcwd()+'/../BFD_Library.xml',
32-
'basis_params':[0.4,1,3],
31+
'basis_params':[0.2,2,3],
3332
'cutoff':0.2,
3433
'dftgrid':'LGRID',
3534
'spin_polarized':False,

0 commit comments

Comments
 (0)