meld.runner.fake_runner.FakeSystemRunner

class meld.runner.fake_runner.FakeSystemRunner(system, options, communicator)[source]

Bases: IRunner

Fake runner for test purposes.

__init__(system, options, communicator)[source]

Methods

__init__(system, options, communicator)

get_energy(state)

rtype

float

get_group_energies(state)

rtype

ndarray

minimize_then_run(state)

rtype

IState

prepare_for_timestep(state, alpha, timestep)

rtype

None

run(state)

rtype

IState

set_alpha_and_timestep(alpha, timestep)

rtype

None

Attributes