From 1ba363922b3b8ba36c68a07e619705ec4f670a7e Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Tue, 17 Mar 2015 17:43:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c5d9b5..f5605b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 easily with the API. * Make a slight copy (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website. Currently avalaible format are : - * Currently available are : Gamess-us, Gaussian94 and NEWCHEM; + * Gamess-us, Gaussian94 and NEWCHEM; * API for scripting; * Quick local access without delay; * Only need [Python](https://www.python.org/) @@ -71,7 +71,7 @@ For now we can only parse `Gamess-us, Gaussian94 and NEWCHEM` (Thanks to @mattb I realy simple. Just read the few explanation bellow. -You just need to provide a function who will split the basis data who containt all the atoms in atom only. +You just need to provide a function who will split the basis data who containt all the atoms in atom only tuple. Sommething like this: ```python