![]() |
(git:b77b4be)
|
preps the system for a Monte Carlo run (sets up some environments, calls the routines to read in the MC parameters)...converted from qs_mc.F More...
Functions/Subroutines | |
subroutine, public | do_mon_car (force_env_1, globenv, input_declaration, input_file_name) |
starts the Monte Carlo simulation and determines which ensemble we're running | |
preps the system for a Monte Carlo run (sets up some environments, calls the routines to read in the MC parameters)...converted from qs_mc.F
subroutine, public mc_run::do_mon_car | ( | type(force_env_type), pointer | force_env_1, |
type(global_environment_type), pointer | globenv, | ||
type(section_type), pointer | input_declaration, | ||
character(len=*) | input_file_name | ||
) |
starts the Monte Carlo simulation and determines which ensemble we're running
force_env_1 | the force environment for the simulation, or the force environment for box 1, depending on which ensemble we're running |
globenv | the global environment for the simulation |
input_declaration | ... |
input_file_name | the name of the input file that force_env_1 was created from |
Definition at line 102 of file mc_run.F.