10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-09-01 00:43:40 +02:00

Create gh-pages branch via GitHub

This commit is contained in:
TApplencourt 2014-11-12 18:29:15 +01:00
parent b1b9d896ff
commit f83caaca00
2 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,10 @@
<h1>
<a id="emsl_basis_set_exchange_local" class="anchor" href="#emsl_basis_set_exchange_local" aria-hidden="true"><span class="octicon octicon-link"></span></a>EMSL_Basis_Set_Exchange_Local</h1>
<p>Create of Local Copy of the famous <a href="https://bse.pnl.gov/bse/portal"> EMSL Basis Set Exchange</a> and use it easyly with the API.</p>
<p>Create of Local Copy of the famous <a href="https://bse.pnl.gov/bse/portal"> EMSL Basis Set Exchange</a> and use it easily with the API.</p>
<ul>
<li>Make a slight (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basisset of one format);</li>
<li>Make a slight (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basis set of one format);</li>
<li>API for scripting ;<br>
</li>
<li>Quick local access without delay ;</li>
@ -85,7 +85,7 @@ Options:
<h2>
<a id="to-do" class="anchor" href="#to-do" aria-hidden="true"><span class="octicon octicon-link"></span></a>To do</h2>
<p>For now we can only parse (witch: <code>./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array</code>) Gaussian-US basis set type file.</p>
<p>For now we can only parse Gaussian-US basis set type file. (Look at <code>./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array</code>)</p>
<p>Feel free to fork/pull request. </p>

View File

@ -1 +1 @@
{"name":"Emsl basis set exchange local","tagline":"Create of Local Copy of the famous EMSL Basis Set Exhange. No more lag and a API for scripting.","body":"EMSL_Basis_Set_Exchange_Local\r\n=============================\r\n\r\nCreate of Local Copy of the famous [ EMSL Basis Set Exchange](https://bse.pnl.gov/bse/portal) and use it easyly with the API.\r\n\r\n* Make a slight (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basisset of one format);\r\n* API for scripting ; \r\n* Quick local access without delay ;\r\n* Only need [Python](https://www.python.org/) and [Request](http://docs.python-requests.org/en/latest/) module.\r\n\r\n##Usage\r\n```\r\nEMSL Api.\r\n\r\nUsage:\r\n EMSL_api.py get_list_basis <db_path>\r\n EMSL_api.py get_list_elements <db_path> <basis_name>\r\n EMSL_api.py get_basis_data <db_path> <basis_name> <elts>...\r\n EMSL_api.py get_list_formats\r\n EMSL_api.py create_db <db_path> <format> [--no-contraction]\r\n EMSL_api.py (-h | --help)\r\n EMSL_api.py --version\r\n\r\nOptions:\r\n -h --help Show this screen.\r\n --version Show version.\r\n --no-contraction Basis functions are not contracted\r\n\r\n<db_path> is the path to the SQLite3 file containing the Basis sets.\r\n```\r\n##Dependancy\r\n* Python >2.6\r\n* Request ```$ pip install requests```\r\n\r\n##To do\r\nFor now we can only parse (witch: ```./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array```) Gaussian-US basis set type file.\r\n\r\nFeel free to fork/pull request. \r\n\r\n##Disclaimer\r\nIt'is not a official API. Use it with moderation.\r\n\r\n>These documents may be freely distributed and used for non-commercial, scientific and educational purposes. \r\n>-- <cite>http://www.pnl.gov/notices.asp</cite>\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"Emsl basis set exchange local","tagline":"Create of Local Copy of the famous EMSL Basis Set Exhange. No more lag and a API for scripting.","body":"EMSL_Basis_Set_Exchange_Local\r\n=============================\r\n\r\nCreate of Local Copy of the famous [ EMSL Basis Set Exchange](https://bse.pnl.gov/bse/portal) and use it easily with the API.\r\n\r\n* Make a slight (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basis set of one format);\r\n* API for scripting ; \r\n* Quick local access without delay ;\r\n* Only need [Python](https://www.python.org/) and [Request](http://docs.python-requests.org/en/latest/) module.\r\n\r\n##Usage\r\n```\r\nEMSL Api.\r\n\r\nUsage:\r\n EMSL_api.py get_list_basis <db_path>\r\n EMSL_api.py get_list_elements <db_path> <basis_name>\r\n EMSL_api.py get_basis_data <db_path> <basis_name> <elts>...\r\n EMSL_api.py get_list_formats\r\n EMSL_api.py create_db <db_path> <format> [--no-contraction]\r\n EMSL_api.py (-h | --help)\r\n EMSL_api.py --version\r\n\r\nOptions:\r\n -h --help Show this screen.\r\n --version Show version.\r\n --no-contraction Basis functions are not contracted\r\n\r\n<db_path> is the path to the SQLite3 file containing the Basis sets.\r\n```\r\n##Dependancy\r\n* Python >2.6\r\n* Request ```$ pip install requests```\r\n\r\n##To do\r\nFor now we can only parse Gaussian-US basis set type file. (Look at ```./src/EMSL_utility.py#EMSL_dump.basis_data_row_to_array```)\r\n\r\nFeel free to fork/pull request. \r\n\r\n##Disclaimer\r\nIt'is not a official API. Use it with moderation.\r\n\r\n>These documents may be freely distributed and used for non-commercial, scientific and educational purposes. \r\n>-- <cite>http://www.pnl.gov/notices.asp</cite>\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}