"libraries/asmjit/vscode:/vscode.git/clone" did not exist on "97ce448cbb2723aef63bd0c0c9bbb91f2936f1f3"
Unverified Commit a5e42f57 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Improved temperature reporting for Drude particles (#3486)

* DrudeLangevinIntegrator has getSystemTemperature()

* DrudeNoseHooverIntegrator has getSystemTemperature()

* StateDataReporter reports system temperature for Drude systems

* Fixed incorrect return type
parent b33a7a5a
......@@ -225,6 +225,7 @@ UNITS = {
("*", "getNonbondedMethod") : (None, ()),
("*", "getGlobalParameterDefaultValue") : (None, ()),
("*", "getPermutationMode") : (None, ()),
("*", "computeSystemTemperature") : ("unit.kelvin", ()),
("LocalCoordinatesSite", "getOriginWeights") : (None, ()),
("LocalCoordinatesSite", "getXWeights") : (None, ()),
("LocalCoordinatesSite", "getYWeights") : (None, ()),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment