-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from maurergroup/parameter_enhancements
- Added tests for parameters and base_parser modules - Enhancements to parameters and base_parser - Minor fixes elsewhere
- Loading branch information
Showing
27 changed files
with
1,813 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# from .benchmarking import BenchmarkAims | ||
# from .custom_ase import CustomAims | ||
# from .friction import FrictionTensor | ||
# from .geometry import AimsGeometry, VaspGeometry, XSFGeometry, XYZGeometry | ||
# from .output import AimsOutput, ELSIOutput | ||
# from .parameters import AimsControl | ||
# from .trajectory import MDTrajectory | ||
# from .utils import math_utils, units | ||
# from .utils.file_utils import aims_bin_path_prompt, check_required_files | ||
# from .utils.geometry_utils import read_xyz_animation | ||
# from .utils.periodic_table import PeriodicTable | ||
# from .utils.run_utils import no_repeat | ||
# from .vibrations import AimsVibrations, VaspVibrations | ||
# from .visualise import VisualiseAims | ||
|
||
# __all__ = [ | ||
# "BenchmarkAims", | ||
# "CustomAims", | ||
# "FrictionTensor", | ||
# "AimsGeometry", | ||
# "VaspGeometry", | ||
# "XSFGeometry", | ||
# "XYZGeometry", | ||
# "AimsOutput", | ||
# "ELSIOutput", | ||
# "AimsControl", | ||
# "MDTrajectory", | ||
# "math_utils", | ||
# "units", | ||
# "aims_bin_path_prompt", | ||
# "check_required_files", | ||
# "read_xyz_animation", | ||
# "PeriodicTable", | ||
# "no_repeat", | ||
# "AimsVibrations", | ||
# "VaspVibrations", | ||
# "VisualiseAims", | ||
# ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.