Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrawfordGroup/pycc
PyCC is a simple, Python-based, reference implementation of the coupled cluster method of ab initio quantum chemistry.
https://github.com/CrawfordGroup/pycc
python
Last synced: 3 months ago
JSON representation
PyCC is a simple, Python-based, reference implementation of the coupled cluster method of ab initio quantum chemistry.
- Host: GitHub
- URL: https://github.com/CrawfordGroup/pycc
- Owner: CrawfordGroup
- License: bsd-3-clause
- Created: 2021-04-11T00:22:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:21:55.000Z (5 months ago)
- Last Synced: 2024-06-29T13:32:07.011Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 57 MB
- Stars: 42
- Watchers: 2
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
PyCC
==============================
[//]: # (Badges)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![GitHub Actions Build
Status](https://github.com/CrawfordGroup/pycc/workflows/CI/badge.svg)](https://github.com/CrawfordGroup/pycc/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/CrawfordGroup/pycc/branch/main/graph/badge.svg)](https://codecov.io/gh/CrawfordGroup/pycc/branch/main)A Python-based coupled cluster implementation. Current capabilities include:
- Spin-adapted CCD, CC2, CCSD, CCSD(T), and CC3 energies
- Triples-drivers for various approximate triples methods
- RHF-CC2 and CCSD and densities
- EOM-CCSD
- Real-time (RT) CC2, CCSD, and CC3 with a selection of integrators
- GPU implementations for multiple methods
- Single- and mixed-precision arithmetic
- PAO-, PNO-, and PNO++-CCSD energies RT-CCFuture plans:
- Linear and quadratic response functions
- CC2 and CC3 excited states
- Analytic gradientsNotes on PNO-CC:
https://github.com/JoseMadriaga/Notes/blob/main/LocalCCSD.pdfThis repository is currently under development. To do a developmental install, download this repository and type `pip install -e .` in the repository directory.
This package requires the following:
- [psi4](https://psicode.org)
- [numpy](https://numpy.org/)
- [opt_einsum](https://optimized-einsum.readthedocs.io/en/stable/)
- [scipy](https://www.scipy.org/)
- [pytorch](https://pytorch.org/)### Authors
T. Daniel Crawford, Benjamin G. Peyton, Zhe Wang, Jose Madriaga
### Copyright
Copyright (c) 2024, T. Daniel Crawford
#### Acknowledgements
Project structure based on the
[MolSSI's](https://molssi.org) [Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) Version 1.5.