10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-08-25 05:51:44 +02:00
Go to file
Thomas Applencourt 6347860b10 PEP 8 format
2014-11-12 18:12:07 +01:00
db Version 0.1 2014-11-12 14:30:26 +01:00
src PEP 8 format 2014-11-12 18:12:07 +01:00
.gitignore Initial commit 2014-11-12 14:36:12 +01:00
EMSL_api.py Changed options 2014-11-12 15:35:31 +01:00
LICENSE Initial commit 2014-11-12 14:36:12 +01:00
README.md Update README.md 2014-11-12 16:36:38 +01:00

EMSL_Basis_Set_Exchange_Local

Create of Local Copy of the famous EMSL Basis Set Exhange. No more lag and a API for scripting.

##Usage

EMSL Api.

Usage:
  EMSL_api.py get_list_basis <db_path>
  EMSL_api.py get_list_elements <db_path> <basis_name>
  EMSL_api.py get_basis_data <db_path> <basis_name> <elts>...
  EMSL_api.py get_list_formats
  EMSL_api.py create_db <db_path> <format> [--no-contraction]
  EMSL_api.py (-h | --help)
  EMSL_api.py --version

Options:
  -h --help         Show this screen.
  --version         Show version.
  --no-contraction  Basis functions are not contracted

<db_path> is the path to the SQLite3 file containing the Basis sets.