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

Merge branch 'master' of github.com:TApplencourt/EMSL_Basis_Set_Exchange_Local

This commit is contained in:
Thomas Applencourt 2014-11-19 11:48:05 +01:00
commit 6048e9a4a5

View File

@ -1,9 +1,9 @@
EMSL_Basis_Set_Exchange_Local
=============================
Create of Local Copy of the famous [ EMSL Basis Set Exchange](https://bse.pnl.gov/bse/portal) and use it easyly with the API.
Create of Local Copy of the famous [EMSL Basis Set Exchange](https://bse.pnl.gov/bse/portal) and use it easily with the API.
* Make a slight (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basisset of one format);
* Make a slight copy (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basis set of one format);
* API for scripting ;
* Quick local access without delay ;
* Only need [Python](https://www.python.org/) and [Request](http://docs.python-requests.org/en/latest/) module.
@ -33,7 +33,7 @@ Options:
* Request ```$ pip install requests```
##To do
For now we can only parse (witch: ```./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array```) Gaussian-US basis set type file.
For now we can only parse Gaussian-US basis set type file. (Look at ```./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array```)
Feel free to fork/pull request.