|
|
@ -525,15 +525,15 @@ def main(simulation_parameters: dict, magnetic_entities: list, pairs: list) -> N
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
if __name__ == "__main__":
|
|
|
|
# loading parameters
|
|
|
|
# loading parameters
|
|
|
|
command_line_arguments = parse_command_line()
|
|
|
|
# command_line_arguments = parse_command_line()
|
|
|
|
fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf(
|
|
|
|
# fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf(
|
|
|
|
command_line_arguments["grogupy_infile"]
|
|
|
|
# command_line_arguments["grogupy_infile"]
|
|
|
|
)
|
|
|
|
# )
|
|
|
|
|
|
|
|
|
|
|
|
# combine the inputs to a single dictionary
|
|
|
|
# combine the inputs to a single dictionary
|
|
|
|
simulation_parameters: Final[dict] = process_input_args(
|
|
|
|
# simulation_parameters: Final[dict] = process_input_args(
|
|
|
|
DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS
|
|
|
|
# DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS
|
|
|
|
)
|
|
|
|
# )
|
|
|
|
|
|
|
|
|
|
|
|
####################################################################################################
|
|
|
|
####################################################################################################
|
|
|
|
# This is the input file for now #
|
|
|
|
# This is the input file for now #
|
|
|
|