Quante.jl icon indicating copy to clipboard operation
Quante.jl copied to clipboard

Quantum-chemistry methods in Julia. Based on Rick Muller's PyQuante2

Results 4 Quante.jl issues
Sort by recently updated
recently updated
newest added

Rather than jump straight to CI, maybe it's more interesting to explore lower-hanging fruit: The possibility of framing the Hartree-Fock approximation not as a matrix eigenvalue problem, but as a...

Required for CI:- - [ ] Transform 2e integrals from atomic basis to molecular orbitals (N^5 process is done naively). - [ ] Matrix elements between Slater determinants. Either via...

enhancement

Intent is to use -> https://github.com/Jutho/TensorOperations.jl An interesting approximate algorithm here: https://arxiv.org/abs/1708.02674 The granddaddy is the TCE, as used in NWCHEM: http://www.csc.lsu.edu/~gb/TCE/ https://doi.org/10.1080/00268970500275780 - it's a DSL written for tensor...

enhancement

see Psi4Numpy https://github.com/psi4/psi4numpy/blob/master/Coupled-Cluster/CCSD.py

enhancement