An open API service indexing awesome lists of open source software.

https://github.com/ajay-mk/qc-p2

Quantum Chemistry codes using C++
https://github.com/ajay-mk/qc-p2

cplusplus cpp quantum-chemistry

Last synced: over 1 year ago
JSON representation

Quantum Chemistry codes using C++

Awesome Lists containing this project

README

          

### Quantum Chemistry Codes using C++

#### Prerequisites

- [Libint](https://github.com/evaleev/libint)
- [BTAS](https://github.com/ValeevGroup/BTAS)
- [nlohmann/json](https://github.com/nlohmann/json)

All dependencies except Libint will be fetched and compiled by CMake.

Install Libint and add to `-DCMAKE_PREFIX_PATH` while building.

#### Features

- Restricted Hartree-Fock
- Unrestricted Hartree-Fock
- Second Order Møller–Plesset Perturbation Theory (MP2)
- Coupled Cluster Singles and Doubles, Perturbative Triples (CCSD & CCSD(T))