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
Can we add an option to not save data in run_pyscf?
Saving data is prohibited in my cluster (error message attached) and is not necessary I guess?
File "/usr/local/lib/python3.6/dist-packages/openfermionpyscf/_run_pyscf.py", line 206, in run_pyscf
pyscf_molecular_data.save()
File "/usr/local/lib/python3.6/dist-packages/openfermion/hamiltonians/_molecular_data.py", line 642, in save
"{}.hdf5".format(self.filename))
OSError: [Errno 18] Invalid cross-device link: 'f73a457b-1fec-42ee-a484-ed2325f89cf0.hdf5' -> '/usr/local/lib/python3.6/dist-packages/openfermion/data/H2_sto-3g_singlet.hdf5'
Can we add an option to not save data in
run_pyscf
?Saving data is prohibited in my cluster (error message attached) and is not necessary I guess?
Related code: save run_pyscf
The text was updated successfully, but these errors were encountered: