Skip to content

Add a command to make max step larger #36

Open
@alberto99

Description

@alberto99

import cPickle
a = cPickle.load(open('remd_runner.dat','r'))
a._max_steps = 20000
b = open('remd_runner.dat','w')
cPickle.dump(a,b)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions