openmmtools.integrators.PrettyPrintableIntegrator

class openmmtools.integrators.PrettyPrintableIntegrator[source]

A PrettyPrintableIntegrator can format the contents of its step program for printing.

This is a mix-in.

TODO: We should check that the object (self) is a CustomIntegrator or subclass.

Methods

pretty_format([as_list, step_types_to_highlight])

Generate a human-readable version of each integrator step.

pretty_print()

Pretty-print the computation steps of this integrator.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

pretty_format([as_list, step_types_to_highlight])

Generate a human-readable version of each integrator step.

pretty_print()

Pretty-print the computation steps of this integrator.