PyQuante

PyQuante is an open-source (BSD) suite of programs for developing quantum chemistry methods using Gaussian type orbital (GTO) basis sets. The program is written in the Python programming language, but has many "rate-determining" modules also written in C for speed, and also uses and requires the NumPy linear algebra extensions to Python. The resulting code, though not as fast as JAGUAR, NWChem, GAUSSIAN, or GAMESS, is much easier to understand and modify. The goal of this software is not necessarily to provide a working quantum chemistry program (although it will hopefully do that), but rather to provide a well-engineered set of tools so that scientists can construct their own quantum chemistry programs without going through the tedium of having to write every low-level routine.

Current PyQuante Features

  • Hartree–Fock: restricted closed-shell and unrestricted open-shell implementations;
  • Density functional theory: LDA (SVWN, Xalpha) and GGA (BLYP) functionals;
  • Optimized-effective potential method for orbital-dependent density functional approximations;
  • Two electron integrals computed using Huzinaga, Rys, or Head-Gordon/Pople techniques; C and Python interfaces to these programs;
  • MINDO/3 semiempirical energies and forces;
  • CI-singles excited states;
  • DIIS convergence acceleration;
  • Second-order Møller–Plesset perturbation theory (MP2).

See also

  • List of quantum chemistry and solid state physics software