Molecular frequency-dependent response properties for arbitrary operators
Project description
pymolresponse
Molecular frequency-dependent response properties for arbitrary operators.
For documentation, go to https://berquist.github.io/pymolresponse/.
Currently, the goal is to provide:
- a pedagogical example of a working molecular orbital response program as an almost direct translation from equations to code,
- an implementation that gives "exact" results for testing, and
- an example of testing and documenting scientific code using modern software development tools.
Installation
To set up a conda environment with all dependencies for running, testing, and building the documentation, look under devtools
.
Requirements
- Python >=
3.2 because of pyscf3.6 because of f-strings. - pyscf and its dependencies: CMake, NumPy, SciPy, HDF5 + h5py
- Psi4
Other Python dependencies
- periodictable (for calculating the center of mass)
- pytest (for testing)
- daltools (for testing?)
- cclib (for testing)
Testing
make pytest
Caveats
- RHF and UHF references only; no ROHF yet.
- Hartree-Fock and DFT only; no post-HF methods yet.
- Real orbitals only; no complex or generalized orbitals yet.
- Because the dimensioning of all arrays is based around the ov/vo space, methods that have non-zero contributions from the oo space (specifically derivatives of GIAOs/London orbitals w.r.t. the B-field) are not currently possible.
- An iterative solver exists for response properties, not transition properties, where only explicit formation and then diagonalization of the orbital Hessian is available.
- Linear response and single residues only.
- unrestricted diagonalization-based properties are not implemented/working
Desired features (in no specific order)
- Non-orthogonal orbitals. Requires switch from using MO energies to full Fock matrices.
- ROHF reference (compare against DALTON). Requires equations for the ROHF orbital Hessian.
- Post-HF support: MP2, CCSD, and CIS. Requires constriction of a Lagrangian.
- Support for GIAOs. Only requires re-dimensioning as long as AO matrix elements are available??
- At least one iterative method for each property type, for example DIIS for inversion and Davidson for diagonalization. Requires matrix-vector products.
- Quadratic response and associated single residues (needed for phosphorescence) and double residues (excited state expectation values and transition moments of linear operators). Requires permutation of linear response solution vectors.
Desired features that don't fix the caveats
- Open-ended response: see Ringholm, Jonsson, and Ruud.
- Finite-difference for testing and higher-order response.
- Interface to PyQuante and/or pyquante2.
- Jupyter Notebook-based tutorials.
- Argument type-checking using mypy.
References
Forthcoming...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymolresponse-0.2.0.tar.gz
(74.4 kB
view details)
Built Distribution
File details
Details for the file pymolresponse-0.2.0.tar.gz
.
File metadata
- Download URL: pymolresponse-0.2.0.tar.gz
- Upload date:
- Size: 74.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 101c61b12a2611a62de8ec2be426bc37e1b56449a6e8bfe38c46af1971f97701 |
|
MD5 | de3069422e33ff6cd9c1c704bc8c3a11 |
|
BLAKE2b-256 | 7292b7f1d9eb976a1b15a2500c4d9959a90bd16210f5b0fd72be952419e7923f |
File details
Details for the file pymolresponse-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pymolresponse-0.2.0-py3-none-any.whl
- Upload date:
- Size: 95.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bb517ef5df3965a67eb3dda6a40d79a50a911b5601c8cea5fd804bea6919543 |
|
MD5 | 0a3a0d44fb52af76c9b8528f7baa6aa1 |
|
BLAKE2b-256 | 8995b0eb24def0228dd0536c00e7cca53528d4ee78adde27da58e4cc4d003a7c |