10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-07-27 21:27:33 +02:00
EMSL_Basis_Set_Exchange_Local/README.md

27 lines
701 B
Markdown
Raw Normal View History

2014-11-12 14:36:12 +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.
2014-11-12 16:36:38 +01:00
##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.
```