Skip to content
Discussion options

You must be logged in to vote

Hi Robert @r2stanton ,

If you are talking about the init_states variable (list) present at the top of the run_dynamics function - then yes - it does take precedence over init_state listed in the dictionary of the dynamical parameters. In this case, init_state is essentially a dummy variable and may be omitted altogether. What happens is that when the step4.namd_workflow functions is called it will run the run_tsh functions with various sets of variables (methods, initial conditions, batches) in parallel (to some extent). The actual parameters for those runs would be determined by what you list in init_states, and other variables in the beginning of the run_dynamics function.

About the sta…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@r2stanton
Comment options

@r2stanton
Comment options

Answer selected by r2stanton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants