memory 250 mb
molecule h2o {
O
H 1 0.96
H 1 0.96 2 104.5
}
set basis sto-3g
energy('scf')
mints = MintsHelper()
yields:
n error has occurred python-side. Traceback (most recent call last): File "", line 33, in ArgumentError: Python argument types in MintsHelper.__init__(MintsHelper) did not match C++ signature: __init__(P7_object, N5boost10shared_ptrIN3psi8BasisSetEEE)
Installed PSI4 via Anaconda on Debian Jessie. Installed versions: “psi4-0.5.360-py27_g6326d37” and “psi4-1.0rc1-py27_g87d264f,” but both error out when calling mintshelper. Should I compile from github or anything simple I can edit?
Thanks