Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement uniform interface for loading (stored) wavefunction #260

Open
2 of 7 tasks
eljost opened this issue Jul 21, 2023 · 0 comments
Open
2 of 7 tasks

Implement uniform interface for loading (stored) wavefunction #260

eljost opened this issue Jul 21, 2023 · 0 comments

Comments

@eljost
Copy link
Owner

eljost commented Jul 21, 2023

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.

@eljost eljost changed the title Implement wavefunction loading for OverlapCalculators Implement uniform interface for loading (stored) wavefunction Jul 21, 2023
eljost pushed a commit that referenced this issue Aug 7, 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
eljost pushed a commit that referenced this issue Aug 7, 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
eljost pushed a commit that referenced this issue Nov 10, 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
eljost pushed a commit that referenced this issue Oct 2, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant