|
|
@ -115,7 +115,6 @@ def parse_command_line() -> dict:
|
|
|
|
type=int,
|
|
|
|
type=int,
|
|
|
|
help="Parameter tuning the distribution on the contour",
|
|
|
|
help="Parameter tuning the distribution on the contour",
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
parser.add_argument(
|
|
|
|
parser.add_argument(
|
|
|
|
"--parallel-green",
|
|
|
|
"--parallel-green",
|
|
|
|
dest="parallel_solver_for_Gk",
|
|
|
|
dest="parallel_solver_for_Gk",
|
|
|
@ -554,5 +553,6 @@ if __name__ == "__main__":
|
|
|
|
simulation_parameters = process_input_args(
|
|
|
|
simulation_parameters = process_input_args(
|
|
|
|
DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS
|
|
|
|
DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS
|
|
|
|
)
|
|
|
|
)
|
|
|
|
print(simulation_parameters)
|
|
|
|
|
|
|
|
|
|
|
|
# run grogupy
|
|
|
|
main(simulation_parameters, magnetic_entities, pairs)
|
|
|
|
main(simulation_parameters, magnetic_entities, pairs)
|
|
|
|