10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2025-01-03 18:16:01 +01:00

Update README.md

This commit is contained in:
TApplencourt 2014-11-12 16:36:38 +01:00
parent 7875f5a576
commit 2ca24930a4

View File

@ -2,3 +2,25 @@ 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.
```