Skip to content

the coupled lambda vector contains an extra lambda which should not be present #4

@Nevensky

Description

@Nevensky

gen_mdps creates contains the following for loop which goes to nsim+1 instead of nsim:
for i in range(nsim+1):
new_file_path = str(file_dir+'/'+file_name+'_'+str(i)+'.mdp')

If changed to nsim the genbar must be executed so that coupled lambdas are one point less than nsim, for example
genbar -nsim 20 -vdw -0,19
will create a lambda vector with 21 lambda values (not 20 as you would expect).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions