Parameters: |
- temp : float
Simulation temperature in Kelvin
- steps_equi : integer
Number of MC steps in the equilibration phase
- steps_prod : integer
Number of MC steps in the production phase
- out_link : string
File link for output
- binding : list, optional
Systems to calculate the binding probability for
- pb_f : list, optional
Length and frequency of probability calculation list
- n_print : integer, optional
Number of steps to print output for
- out : list, optional
Probability output file link and frequency in steps
- traj : list, optional
Trajectory output file link and frequency in steps
- np : integer, optional
Number of cores to use
- is_parallel : bool, optional
True to run parallelization
|