10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-12-22 12:23:39 +01:00

Example of use

This commit is contained in:
Thomas Applencourt 2015-01-20 14:24:44 +01:00
parent 7c6812f258
commit ad2a00cfb9

View File

@ -27,9 +27,14 @@ Options:
<db_path> is the path to the SQLite3 file containing the Basis sets.
By default is $EMSL_API_ROOT/db/Gausian_uk.db
Example of use:
./EMSL_api.py list_basis --atom Al --atom U
./EMSL_api.py list_atoms --basis ANO-RCC
./EMSL_api.py get_basis_data --basis 3-21++G*
"""
version = "0.2.0"
version = "0.2.2"
import sys
import os