Skip to content

Commit bf3b81b

Browse files
committed
After 2 restarts you might start asking what's wrong.
1 parent 2db4435 commit bf3b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystalmanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CrystalManager:
1313
Has authority over file names associated with this task."""
1414
def __init__(self,writer,runner,creader=None,name='crystal_run',path=None,
1515
preader=None,prunner=None,
16-
trylev=False,bundle=False,max_restarts=5):
16+
trylev=False,bundle=False,max_restarts=2):
1717
''' CrystalManager manages the writing of a Crystal input file, it's running, and keeping track of the results.
1818
Args:
1919
writer (PySCFWriter): writer for input.

0 commit comments

Comments
 (0)