glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.

Home Page:http://glotzerlab.engin.umich.edu/hoomd-blue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove warning from MD integrator

mphoward opened this issue · comments

Description

The MD integrator warns when it runs with no integration methods attach. This warning should be removed because it is not necessary.

Motivation and context

HOOMD will run correctly if the MD integrator has no methods attached to it, and this is a valid configuration that users may want to use (e.g., to test pair potentials). A warning should not be generated in such cases.