You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value of the option is True and it sometimes results in a conflict with command line arguments parsed by a user script.
cf. pyscf/pyscf#470
I think the root problem is on pyscf side (they should set the default value to False), but I think it is good to specify the argument explicitly in OpenFermion-PySCF; for example here:
pyscf.gto.mole.Mole.build
method hasparse_arg
option, which specifies whether pyscf should parse command line arguments or not:https://sunqm.github.io/pyscf/gto.html#pyscf.gto.mole.Mole.build
The default value of the option is
True
and it sometimes results in a conflict with command line arguments parsed by a user script.cf. pyscf/pyscf#470
I think the root problem is on pyscf side (they should set the default value to
False
), but I think it is good to specify the argument explicitly in OpenFermion-PySCF; for example here:OpenFermion-PySCF/openfermionpyscf/_run_pyscf.py
Line 43 in b1081b9
The text was updated successfully, but these errors were encountered: