We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db4435 commit bf3b81bCopy full SHA for bf3b81b
crystalmanager.py
@@ -13,7 +13,7 @@ class CrystalManager:
13
Has authority over file names associated with this task."""
14
def __init__(self,writer,runner,creader=None,name='crystal_run',path=None,
15
preader=None,prunner=None,
16
- trylev=False,bundle=False,max_restarts=5):
+ trylev=False,bundle=False,max_restarts=2):
17
''' CrystalManager manages the writing of a Crystal input file, it's running, and keeping track of the results.
18
Args:
19
writer (PySCFWriter): writer for input.
0 commit comments