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
Implement the ability to load stored/calculate wavefunctions.
OverlapCalculators
ORCA
Gaussian
PySCF
Turbomole
DFTB+ ?
Ground-state calculators
Psi4
XTB
Calculators should support the argument wavefunction_dump. ORCA currently supports json_dump.
Overall the wavefunction files created by the various programs should be dumped, parsed, converted to a format native to pysisyphus and then dumped again in this format (HDF5?). Otherwise, much space is wasted with many .molden, .json files etc.
The text was updated successfully, but these errors were encountered:
eljost
changed the title
Implement wavefunction loading for OverlapCalculators
Implement uniform interface for loading (stored) wavefunction
Jul 21, 2023
See Issue #260 on Github.
added parsing of XTB wavefunction w/ proper amount of electrons
and contraction coefficient fixing. wtf XTB.
mod: deprecated json_dump in favor of wavefunction_dump in ORCA
See Issue #260 on Github.
added parsing of XTB wavefunction w/ proper amount of electrons
and contraction coefficient fixing. wtf XTB.
mod: deprecated json_dump in favor of wavefunction_dump in ORCA
See Issue #260 on Github.
added parsing of XTB wavefunction w/ proper amount of electrons
and contraction coefficient fixing. wtf XTB.
mod: deprecated json_dump in favor of wavefunction_dump in ORCA
See Issue #260 on Github.
added parsing of XTB wavefunction w/ proper amount of electrons
and contraction coefficient fixing. wtf XTB.
mod: deprecated json_dump in favor of wavefunction_dump in ORCA
Implement the ability to load stored/calculate wavefunctions.
OverlapCalculators
Ground-state calculators
Calculators should support the argument
wavefunction_dump
. ORCA currently supportsjson_dump
.Overall the wavefunction files created by the various programs should be dumped, parsed, converted to a format native to pysisyphus and then dumped again in this format (HDF5?). Otherwise, much space is wasted with many
.molden
,.json
files etc.The text was updated successfully, but these errors were encountered: