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:
parent
7875f5a576
commit
2ca24930a4
22
README.md
22
README.md
@ -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.
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user