|
mmjag_function(func)
A decorator that wraps functions with mmjag_initialize and
mmjag_terminate. |
|
|
BasisSet
|
get_basis(*args,
**kwargs)
Get information about the specified basis set |
|
|
BasisSet
|
|
iter
|
get_bases()
Get information about all basis set |
|
|
str
|
default_basis(*args,
**kwargs)
Get the default basis set for the specified structure. |
|
|
tuple
|
num_functions(*args,
**kwargs)
Calculate the number of basis functions that will be used for the
given basis set and structure |
|
|
tuple
|
num_functions_per_atom(*args,
**kwargs)
Calculate the number of basis functions that will be used for the
given basis set and specified atom |
|
|
tuple
|
num_functions_all_atoms(*args,
**kwargs)
Calculate the number of basis functions that will be used for the
given basis set and structure |
|
|
tuple
|
parse_basis(basis)
Parse the given basis set name and determine that number of *'s and
+'s. |
|
|