mirror of
https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local
synced 2024-11-01 03:33:46 +01:00
pep 8
This commit is contained in:
parent
a773c4ed06
commit
a7dba23654
@ -42,7 +42,8 @@ class EMSL_dump:
|
|||||||
self.db_path = db_path
|
self.db_path = db_path
|
||||||
|
|
||||||
if format not in format_dict:
|
if format not in format_dict:
|
||||||
print >> sys.stderr, "Format {0} doesn't exist. Choose in:".format(format)
|
print >> sys.stderr, "Format {0} doesn't exist. Choose in:".format(
|
||||||
|
format)
|
||||||
print >> sys.stderr, format_dict.keys()
|
print >> sys.stderr, format_dict.keys()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
@ -152,8 +153,6 @@ class EMSL_dump:
|
|||||||
|
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# _____ _
|
# _____ _
|
||||||
# / __ \ | |
|
# / __ \ | |
|
||||||
# | / \/_ __ ___ __ _| |_ ___
|
# | / \/_ __ ___ __ _| |_ ___
|
||||||
|
@ -98,6 +98,8 @@ format_dict = {"Gaussian94": None,
|
|||||||
# \_| |_/\__,_|_| |_|\__,_|_|\___| \_____/
|
# \_| |_/\__,_|_| |_|\__,_|_|\___| \_____/
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
def handle_f_gamess_us(l_atom_basis, list_symetry):
|
def handle_f_gamess_us(l_atom_basis, list_symetry):
|
||||||
"""
|
"""
|
||||||
Read l_atom_basis, if "L" orbital before "D" one, split them into S and P
|
Read l_atom_basis, if "L" orbital before "D" one, split them into S and P
|
||||||
|
Loading…
Reference in New Issue
Block a user