10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-11-01 03:33:46 +01:00

Update README.md

This commit is contained in:
TApplencourt 2014-11-12 17:41:06 +01:00
parent 2ca24930a4
commit db9b5fe60e

View File

@ -1,10 +1,14 @@
EMSL_Basis_Set_Exchange_Local EMSL_Basis_Set_Exchange_Local
============================= =============================
Create of Local Copy of the famous EMSL Basis Set Exhange. No more lag and a API for scripting. Create of Local Copy of the famous [ EMSL Basis Set Exchange](https://bse.pnl.gov/bse/portal) and use it easyly 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);
* 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.
##Usage ##Usage
``` ```
EMSL Api. EMSL Api.
@ -24,3 +28,18 @@ Options:
<db_path> is the path to the SQLite3 file containing the Basis sets. <db_path> is the path to the SQLite3 file containing the Basis sets.
``` ```
##Dependancy
* Python >2.6
* 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.
Feel free to fork/pull request.
##Disclaimer
It'is not a official APP. Use it with moderation.
>These documents may be freely distributed and used for non-commercial, scientific and educational purposes.
>-- <cite>http://www.pnl.gov/notices.asp]</cite>