|
1 | 1 | <!-- #region --> |
2 | 2 | # Welcome to GBasis's Documentation! |
3 | 3 |
|
4 | | -[Gbasis](https://github.com/theochem/gbasis/) is a free, open-source, and cross-platform Python library designed to help you effortlessly work with Gaussian-type orbitals. Please use the following citation in any publication using Gbasis library: |
5 | | - |
6 | | -**"GBasis: A Python Library for Evaluating Functions, Functionals, and |
7 | | -Integrals Expressed with Gaussian Basis Functions"**, |
8 | | -Taewon David Kim, Leila Pujal, Maximilian van Zyl, Alireza Tehrani, Michelle Richer, Gabriela |
9 | | -Sánchez-Díaz, Xiaotian Derrick Yang, Valerii Chuiko, Raymundo Hernández-Esparza, William Adams, |
10 | | -Xiaomin Huang, Braden D. Kelly, Matthew Chan, Esteban Vöhringer-Martinez, Toon Verstraelen, Farnaz |
11 | | -Heidar-Zadeh, and Paul W. Ayers |
| 4 | +[GBasis](https://github.com/theochem/gbasis/) is a free, open-source, and cross-platform Python library designed to help you effortlessly work with Gaussian-type orbitals. Please use the following citation in any publication using the GBasis library: |
| 5 | + |
| 6 | +> **GBasis: A Python Library for Evaluating Functions, Functionals, and Integrals Expressed with Gaussian Basis Functions.** |
| 7 | +> Taewon David Kim, Leila Pujal, Michelle Richer, Maximilian van Zyl, Marco Martínez-González, Alireza Tehrani, Valerii Chuiko, Gabriela Sánchez-Díaz, Wesley Sanchez, William Adams, Xiaomin Huang, Braden D. Kelly, Esteban Vöhringer-Martinez, Toon Verstraelen, Farnaz Heidar-Zadeh, Paul W. Ayers. |
| 8 | +> *J. Chem. Phys. 161 (4), 042503 (2024).* |
| 9 | +> https://doi.org/10.1063/5.0216776 |
| 10 | +
|
| 11 | + |
| 12 | +```bibtex |
| 13 | +@article{Kim2024GBasis, |
| 14 | + author = {Kim, Taewon David and Pujal, Leila and Richer, Michelle and |
| 15 | + van Zyl, Maximilian and Mart{\'\i}nez-Gonz{\'a}lez, Marco and |
| 16 | + Tehrani, Alireza and Chuiko, Valerii and |
| 17 | + S{\'a}nchez-D{\'\i}az, Gabriela and Sanchez, Wesley and |
| 18 | + Adams, William and Huang, Xiaomin and Kelly, Braden D. and |
| 19 | + V{\"o}hringer-Martinez, Esteban and Verstraelen, Toon and |
| 20 | + Heidar-Zadeh, Farnaz and Ayers, Paul W.}, |
| 21 | + title = {{GBasis}: A Python library for evaluating functions, functionals, |
| 22 | + and integrals expressed with Gaussian basis functions}, |
| 23 | + journal = {The Journal of Chemical Physics}, |
| 24 | + volume = {161}, |
| 25 | + number = {4}, |
| 26 | + pages = {042503}, |
| 27 | + year = {2024}, |
| 28 | + doi = {10.1063/5.0216776} |
| 29 | +} |
| 30 | +``` |
12 | 31 |
|
13 | 32 | The GBasis source code is hosted on [GitHub](https://github.com/theochem/gbasis/) and is released under the [GNU LESSER GENERAL PUBLIC LICENSE](https://github.com/theochem/gbasis/blob/master/LICENSE). We welcome any contributions to the GBasis library in accordance with our [Code of Conduct](https://github.com/theochem/gbasis/blob/master/CODE_OF_CONDUCT.md); please see our [Contributing Guidelines](https://github.com/theochem/gbasis/blob/master/CONTRIBUTING.md). Please report any issues you encounter while using GBasis library on [GitHub Issues](https://github.com/theochem/gbasis/issues). For further information and inquiries please contact us at qcdevs@gmail.com. |
14 | 33 |
|
|
0 commit comments