mirror of
https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local
synced 2024-12-22 20:34:23 +01:00
Remove main in EMSL_LOCAL
This commit is contained in:
parent
db5695b4bf
commit
4660f56711
15
src/EMSL_local.py
Executable file → Normal file
15
src/EMSL_local.py
Executable file → Normal file
@ -93,7 +93,7 @@ def string_to_nb_mo(str_type):
|
|||||||
# |_ |\/| (_ | | _ _ _. |
|
# |_ |\/| (_ | | _ _ _. |
|
||||||
# |_ | | __) |_ |_ (_) (_ (_| |
|
# |_ | | __) |_ |_ (_) (_ (_| |
|
||||||
#
|
#
|
||||||
class EMSL_local:
|
class EMSL_local(object):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
All the method for using the EMSL db localy
|
All the method for using the EMSL db localy
|
||||||
@ -302,16 +302,3 @@ class EMSL_local:
|
|||||||
# R e t u r n #
|
# R e t u r n #
|
||||||
# ~#~#~#~#~#~ #
|
# ~#~#~#~#~#~ #
|
||||||
return l_atom_basis
|
return l_atom_basis
|
||||||
if __name__ == "__main__":
|
|
||||||
|
|
||||||
e = EMSL_local(db_path="EMSL.db")
|
|
||||||
l = e.get_list_basis_available()
|
|
||||||
for i in l:
|
|
||||||
print i
|
|
||||||
|
|
||||||
l = e.get_list_element_available("pc-0")
|
|
||||||
print l
|
|
||||||
|
|
||||||
l = e.get_basis("cc-pVTZ", ["H", "He"])
|
|
||||||
for i in l:
|
|
||||||
print i
|
|
||||||
|
Loading…
Reference in New Issue
Block a user