The Quantum Chemistry Basis Set Exchange
Project description
[![Build Status](https://travis-ci.org/MolSSI-BSE/basis_set_exchange.svg?branch=master)](https://travis-ci.org/MolSSI-BSE/basis_set_exchange)
[![codecov](https://codecov.io/gh/MolSSI-BSE/basis_set_exchange/branch/master/graph/badge.svg)](https://codecov.io/gh/MolSSI-BSE/basis_set_exchange)
[![PyPI version](https://img.shields.io/pypi/v/basis_set_exchange.svg)](https://pypi-hypernode.com/project/basis_set_exchange/)
**Warning - This project is still under heavy development.**
## Overview
This project is a library containing basis sets for use in quantum
chemistry calculations. In addition, this library has functionality
for manipulation of basis set data.
The goal of this project is to create a consistent, thoroughly curated
database of basis sets, and to provide a standard nomenclature for
quantum chemistry.
The data contained within this library is being thoroughly evaluated
and checked against relevant literature, software implementations, and
other databases when available. The original data from the PNNL Basis
Set Exchange is also available.
This library is used to form the backend of the new Basis Set Exchange
website.
This project is a collaboration between the Molecular Sciences Software
Institute (http://www.molssi.org) and the Environmental Molecular Sciences
Laboratory (https://www.emsl.pnl.gov)
## Documentation
Full user and developer documentation can be found at
https://molssi-bse.github.io/basis_set_exchange
## Installation
This project can be installed via pip/PyPI.
```
pip install basis_set_exchange
```
If checking out from github, you can do a local install of the Python
directory,
```
pip install -e .
```
## Testing
Tests can be run using `py.test -v` once installed. Thorough (but very
long) tests can be run with `py.test --runslow`.
## Examples
```
import basis_set_exchange as bse
# Obtain the STO-3G basis set in nwchem format (as a string) for hydrogen and carbon
bse.get_basis('STO-3G', elements=[1,6], fmt='nwchem')
# Obtain the references for the above
bse.get_references('STO-3G', elements=[1,6], fmt='txt')
```
For more documentation, see https://molssi-bse.github.io/basis_set_exchange
## License
This project is released under the BSE 3-Clause license. See LICENSE for details.
[![codecov](https://codecov.io/gh/MolSSI-BSE/basis_set_exchange/branch/master/graph/badge.svg)](https://codecov.io/gh/MolSSI-BSE/basis_set_exchange)
[![PyPI version](https://img.shields.io/pypi/v/basis_set_exchange.svg)](https://pypi-hypernode.com/project/basis_set_exchange/)
**Warning - This project is still under heavy development.**
## Overview
This project is a library containing basis sets for use in quantum
chemistry calculations. In addition, this library has functionality
for manipulation of basis set data.
The goal of this project is to create a consistent, thoroughly curated
database of basis sets, and to provide a standard nomenclature for
quantum chemistry.
The data contained within this library is being thoroughly evaluated
and checked against relevant literature, software implementations, and
other databases when available. The original data from the PNNL Basis
Set Exchange is also available.
This library is used to form the backend of the new Basis Set Exchange
website.
This project is a collaboration between the Molecular Sciences Software
Institute (http://www.molssi.org) and the Environmental Molecular Sciences
Laboratory (https://www.emsl.pnl.gov)
## Documentation
Full user and developer documentation can be found at
https://molssi-bse.github.io/basis_set_exchange
## Installation
This project can be installed via pip/PyPI.
```
pip install basis_set_exchange
```
If checking out from github, you can do a local install of the Python
directory,
```
pip install -e .
```
## Testing
Tests can be run using `py.test -v` once installed. Thorough (but very
long) tests can be run with `py.test --runslow`.
## Examples
```
import basis_set_exchange as bse
# Obtain the STO-3G basis set in nwchem format (as a string) for hydrogen and carbon
bse.get_basis('STO-3G', elements=[1,6], fmt='nwchem')
# Obtain the references for the above
bse.get_references('STO-3G', elements=[1,6], fmt='txt')
```
For more documentation, see https://molssi-bse.github.io/basis_set_exchange
## License
This project is released under the BSE 3-Clause license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file basis_set_exchange-0.4.2.tar.gz
.
File metadata
- Download URL: basis_set_exchange-0.4.2.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69fbedaa99007347be5e2126928d0d6692fc2fa498d36764959297e44b060e48 |
|
MD5 | b34a257cdd8d77e3cfb9ff95877d37df |
|
BLAKE2b-256 | 6ae1f0780c5649099b8c482e3ef3ef34691aacb24e6448f3df6b7529aea55dc4 |