From effe6c9bd78d284cadbc3a45f4e2e876fc5e354b Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Tue, 28 Apr 2015 19:49:24 +0200 Subject: [PATCH] updated documentation for settings --- modules/mol/mm/doc/settings.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/modules/mol/mm/doc/settings.rst b/modules/mol/mm/doc/settings.rst index a26062ecf..a0e8d8212 100644 --- a/modules/mol/mm/doc/settings.rst +++ b/modules/mol/mm/doc/settings.rst @@ -143,6 +143,26 @@ of the :class:`Simulation` object. is used, the attribute openmm_plugin_directory has to be set accordingly. default: mm.Reference + .. attribute:: reference_properties + + :class:`dict` of OpenMM specific properties, that can be set for the + reference platform. + + .. attribute:: cpu_properties + + :class:`dict` of OpenMM specific properties, that can be set for the + cpu platform. + + .. attribute:: opencl_properties + + :class:`dict` of OpenMM specific properties, that can be set for the + opencl platform. + + .. attribute:: cuda_properties + + :class:`dict` of OpenMM specific properties, that can be set for the + cuda platform. + .. attribute:: add_thermostat Flag, whether an Andersen thermostat should be attached when settings up -- GitLab