abinit/tests/tutomultibinit/__init__.py

24 lines
713 B
Python
Executable File

"""Global variables associated to the test suite."""
#: List of CPP variables that should be defined in config.h in order to enable this suite.
need_cpp_vars = [
]
#: List of keywords that are automatically added to all the tests of this suite.
keywords = [
]
#: List of input files
inp_files = [
"tmulti1_1.abi",
"tmulti1_2.abi",
"tmulti1_3.abi",
"tmulti5_1.abi", # basic Multibinit spin dynamics run
"tmulti5_2.abi", # LaFeO3 MvT
"tmulti5_3.abi", # 1D AFM chain with DMI (spin canting example)
"tmulti6_1.abi", # Lattice Wannier Berendsen NVT
"tmulti_l_6_1.abi", # Fit BaHfO3 on 1 atom
"tmulti_l_7_1.abi", # Bounding BaHfO3
"tmulti_l_8_1.abi", # MD
]