<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TomaszMakarewicz</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TomaszMakarewicz"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/TomaszMakarewicz"/>
	<updated>2026-06-19T20:01:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14151</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14151"/>
		<updated>2017-10-25T10:43:36Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Update launchpad links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/makson96/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/makson96/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Software works on Linux, MacOS X and Windows/Cygwin.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/makson96/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/makson96/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:makson96/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other Linux distributions and macOS ===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/makson96/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege. On macOS you will need to use [https://pymolwiki.org/index.php/MAC_Install#X11_Hybrid X11 Hybrid] version of the PyMOL.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Windows/Cygwin ===&lt;br /&gt;
&lt;br /&gt;
* Download and install the latest version of Cygwin including appropriate code development packages.&lt;br /&gt;
* Download, compile, and install the latest version of GROMACS 2016.3 under Cygwin. Follow the standard compilation, installation and testing instructions to build, compile and install GROMACS 2016.3 under Cygwin. For example:&lt;br /&gt;
 % cd gromacs-2016.3&lt;br /&gt;
 % mkdir build&lt;br /&gt;
 % cmake .. -DBUILD_SHARED_LIBS=off -DGMX_BUILD_OWN_FFTW=ON -DCMAKE_INSTALL_PREFIX=/cygdrive/c/&amp;lt;YOUR_GROMACS_ROOT&amp;gt;&lt;br /&gt;
 % make &amp;gt;&amp;amp; make.log&lt;br /&gt;
 % make install &amp;gt;&amp;amp; make.install.log&lt;br /&gt;
* Test GROMACS from Cywin command line.&lt;br /&gt;
* Download and install 64 bit PyMOL 1.8.2.0, which comes with Python 2.7.9.&lt;br /&gt;
* Test PyMOL.&lt;br /&gt;
* Update PATH environment variable on Windows to include the following bin directories corresponding to GROMACS and Cygwin:&lt;br /&gt;
 C:\&amp;lt;YOUR_GROMACS_ROOT&amp;gt;\bin&lt;br /&gt;
 C:\&amp;lt;YOUR_CYGWIN_PATH&amp;gt;\bin&lt;br /&gt;
* Install the GROMACS plugin following standard PyMOL instructions. Download latest plugin version from link: https://github.com/makson96/Dynamics/archive/master.zip and unpack it. Run PyMOL. On the top Menu choose Plugin-&amp;gt;Manage Plugins-&amp;gt;Install... Then choose pymol_plugin_dynamics.py file. After installation restart PyMOL&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/makson96/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz &amp;lt;br&amp;gt;&lt;br /&gt;
- Ajit B. Datta &amp;lt;br&amp;gt;&lt;br /&gt;
- Sara Boch Kminikowska &amp;lt;br&amp;gt;&lt;br /&gt;
- Manish Sud &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14150</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14150"/>
		<updated>2017-10-25T09:54:03Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Update GitHub links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/makson96/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/makson96/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Software works on Linux, MacOS X and Windows/Cygwin.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/makson96/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/makson96/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other Linux distributions and macOS ===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/makson96/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege. On macOS you will need to use [https://pymolwiki.org/index.php/MAC_Install#X11_Hybrid X11 Hybrid] version of the PyMOL.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Windows/Cygwin ===&lt;br /&gt;
&lt;br /&gt;
* Download and install the latest version of Cygwin including appropriate code development packages.&lt;br /&gt;
* Download, compile, and install the latest version of GROMACS 2016.3 under Cygwin. Follow the standard compilation, installation and testing instructions to build, compile and install GROMACS 2016.3 under Cygwin. For example:&lt;br /&gt;
 % cd gromacs-2016.3&lt;br /&gt;
 % mkdir build&lt;br /&gt;
 % cmake .. -DBUILD_SHARED_LIBS=off -DGMX_BUILD_OWN_FFTW=ON -DCMAKE_INSTALL_PREFIX=/cygdrive/c/&amp;lt;YOUR_GROMACS_ROOT&amp;gt;&lt;br /&gt;
 % make &amp;gt;&amp;amp; make.log&lt;br /&gt;
 % make install &amp;gt;&amp;amp; make.install.log&lt;br /&gt;
* Test GROMACS from Cywin command line.&lt;br /&gt;
* Download and install 64 bit PyMOL 1.8.2.0, which comes with Python 2.7.9.&lt;br /&gt;
* Test PyMOL.&lt;br /&gt;
* Update PATH environment variable on Windows to include the following bin directories corresponding to GROMACS and Cygwin:&lt;br /&gt;
 C:\&amp;lt;YOUR_GROMACS_ROOT&amp;gt;\bin&lt;br /&gt;
 C:\&amp;lt;YOUR_CYGWIN_PATH&amp;gt;\bin&lt;br /&gt;
* Install the GROMACS plugin following standard PyMOL instructions. Download latest plugin version from link: https://github.com/makson96/Dynamics/archive/master.zip and unpack it. Run PyMOL. On the top Menu choose Plugin-&amp;gt;Manage Plugins-&amp;gt;Install... Then choose pymol_plugin_dynamics.py file. After installation restart PyMOL&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/makson96/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz &amp;lt;br&amp;gt;&lt;br /&gt;
- Ajit B. Datta &amp;lt;br&amp;gt;&lt;br /&gt;
- Sara Boch Kminikowska &amp;lt;br&amp;gt;&lt;br /&gt;
- Manish Sud &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14061</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14061"/>
		<updated>2017-07-04T09:12:02Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Software works on Linux, MacOS X and Windows/Cygwin.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other Linux distributions and macOS ===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege. On macOS you will need to use [https://pymolwiki.org/index.php/MAC_Install#X11_Hybrid X11 Hybrid] version of the PyMOL.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Windows/Cygwin ===&lt;br /&gt;
&lt;br /&gt;
* Download and install the latest version of Cygwin including appropriate code development packages.&lt;br /&gt;
* Download, compile, and install the latest version of GROMACS 2016.3 under Cygwin. Follow the standard compilation, installation and testing instructions to build, compile and install GROMACS 2016.3 under Cygwin. For example:&lt;br /&gt;
 % cd gromacs-2016.3&lt;br /&gt;
 % mkdir build&lt;br /&gt;
 % cmake .. -DBUILD_SHARED_LIBS=off -DGMX_BUILD_OWN_FFTW=ON -DCMAKE_INSTALL_PREFIX=/cygdrive/c/&amp;lt;YOUR_GROMACS_ROOT&amp;gt;&lt;br /&gt;
 % make &amp;gt;&amp;amp; make.log&lt;br /&gt;
 % make install &amp;gt;&amp;amp; make.install.log&lt;br /&gt;
* Test GROMACS from Cywin command line.&lt;br /&gt;
* Download and install 64 bit PyMOL 1.8.2.0, which comes with Python 2.7.9.&lt;br /&gt;
* Test PyMOL.&lt;br /&gt;
* Update PATH environment variable on Windows to include the following bin directories corresponding to GROMACS and Cygwin:&lt;br /&gt;
 C:\&amp;lt;YOUR_GROMACS_ROOT&amp;gt;\bin&lt;br /&gt;
 C:\&amp;lt;YOUR_CYGWIN_PATH&amp;gt;\bin&lt;br /&gt;
* Install the GROMACS plugin following standard PyMOL instructions. Download latest plugin version from link: https://github.com/tomaszmakarewicz/Dynamics/archive/master.zip and unpack it. Run PyMOL. On the top Menu choose Plugin-&amp;gt;Manage Plugins-&amp;gt;Install... Then choose pymol_plugin_dynamics.py file. After installation restart PyMOL&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl) &amp;lt;br&amp;gt;&lt;br /&gt;
- Ajit B. Datta &amp;lt;br&amp;gt;&lt;br /&gt;
- Sara Boch Kminikowska &amp;lt;br&amp;gt;&lt;br /&gt;
- Manish Sud &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14044</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=14044"/>
		<updated>2017-05-31T12:03:43Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Add windows instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Software works on Linux, MacOS X and Windows/Cygwin.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other Linux distributions and MacOS X ===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Windows/Cygwin ===&lt;br /&gt;
&lt;br /&gt;
* Download and install the latest version of Cygwin including appropriate code development packages.&lt;br /&gt;
* Download, compile, and install the latest version of GROMACS 2016.3 under Cygwin. Follow the standard compilation, installation and testing instructions to build, compile and install GROMACS 2016.3 under Cygwin. For example:&lt;br /&gt;
 % cd gromacs-2016.3&lt;br /&gt;
 % mkdir build&lt;br /&gt;
 % cmake .. -DBUILD_SHARED_LIBS=off -DGMX_BUILD_OWN_FFTW=ON -DCMAKE_INSTALL_PREFIX=/cygdrive/c/&amp;lt;YOUR_GROMACS_ROOT&amp;gt;&lt;br /&gt;
 % make &amp;gt;&amp;amp; make.log&lt;br /&gt;
 % make install &amp;gt;&amp;amp; make.install.log&lt;br /&gt;
* Test GROMACS from Cywin command line.&lt;br /&gt;
* Download and install 64 bit PyMOL 1.8.2.0, which comes with Python 2.7.9.&lt;br /&gt;
* Test PyMOL.&lt;br /&gt;
* Update PATH environment variable on Windows to include the following bin directories corresponding to GROMACS and Cygwin:&lt;br /&gt;
 C:\&amp;lt;YOUR_GROMACS_ROOT&amp;gt;\bin&lt;br /&gt;
 C:\&amp;lt;YOUR_CYGWIN_PATH&amp;gt;\bin&lt;br /&gt;
* Install the GROMACS plugin following standard PyMOL instructions. Download latest plugin version from link: https://github.com/tomaszmakarewicz/Dynamics/archive/master.zip and unpack it. Run PyMOL. On the top Menu choose Plugin-&amp;gt;Manage Plugins-&amp;gt;Install... Then choose pymol_plugin_dynamics.py file. After installation restart PyMOL&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl) &amp;lt;br&amp;gt;&lt;br /&gt;
- Ajit B. Datta &amp;lt;br&amp;gt;&lt;br /&gt;
- Sara Boch Kminikowska &amp;lt;br&amp;gt;&lt;br /&gt;
- Manish Sud &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=13555</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=13555"/>
		<updated>2016-05-04T12:58:08Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=13554</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=13554"/>
		<updated>2016-05-04T12:57:06Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
* PLUMED (optional, compiled into GROMACS)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed and [http://www.plumed.org/ PLUMED] compiled into GROMACS.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
[http://link.springer.com/article/10.1007/s00894-016-2982-4 Improvements in GROMACS plugin for PyMOL including implicit solvent simulations and displaying results of PCA analysis Tomasz Makarewicz, Rajmund Kaźmierkiewicz Journal of Molecular Modeling May 2016, 22:109]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12578</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12578"/>
		<updated>2015-03-10T10:31:35Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: /* Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use (as root):&lt;br /&gt;
 emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12577</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12577"/>
		<updated>2015-03-10T10:31:04Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Add Gentoo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
The plugin is also present in [http://packages.gentoo.org/package/sci-chemistry/pymol-plugins-dynamics?arches=all Gentoo ebuild system]. To make the installation use:&lt;br /&gt;
 root #emerge --ask sci-chemistry/pymol-plugins-dynamics&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12576</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12576"/>
		<updated>2015-03-10T09:59:59Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12575</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12575"/>
		<updated>2015-03-10T09:43:56Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Menu1.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Menu1.png&amp;diff=12641</id>
		<title>File:Menu1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Menu1.png&amp;diff=12641"/>
		<updated>2015-03-10T09:43:19Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Dynamics PyMOL Plugin Menu 2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dynamics PyMOL Plugin Menu 2.0&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12574</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12574"/>
		<updated>2015-03-10T09:41:09Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://biotech.ug.edu.pl/dzialalnosc_naukowa/zespoly_badawcze/pracownia_symulacji_ukladow_biomolekularnych Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install pymol-plugin-dynamics&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''pymol_plugin_dynamics.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy (optional)&lt;br /&gt;
In order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=7972</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=7972"/>
		<updated>2014-01-21T10:24:10Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: correct domain name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.edu.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install dynamics-pymol-plugin&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* Tix&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy&lt;br /&gt;
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12573</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12573"/>
		<updated>2013-08-27T13:28:13Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Update email&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.gda.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install dynamics-pymol-plugin&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* Tix&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy&lt;br /&gt;
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (btchtm [at] ug [dot] gda [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12572</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12572"/>
		<updated>2013-07-29T14:04:58Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Typo fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.gda.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install dynamics-pymol-plugin&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* Tix&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy&lt;br /&gt;
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (tomaszm [at] biotech [dot] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12571</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12571"/>
		<updated>2013-07-29T12:39:30Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Add Features list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.gda.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Feauters ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* Easy to use GUI, to take advantage of complex software GROMACS.&lt;br /&gt;
* Work directly on molecules loaded to PyMOL.&lt;br /&gt;
* Display results of calculations directly in PyMOL.&lt;br /&gt;
* Set restraints, choose water models, force fields and many more.&lt;br /&gt;
* Save your work and finish calculations later or on the other machine.&lt;br /&gt;
* Do your work free of charge and without any restrictions. Feel free to modyfie any component of the stack.&lt;br /&gt;
* Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install dynamics-pymol-plugin&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* Tix&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy&lt;br /&gt;
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (tomaszm [at] biotech [dot] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12570</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12570"/>
		<updated>2013-07-29T12:26:55Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Further improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.gda.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Feauters ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
* aa&lt;br /&gt;
* bb&lt;br /&gt;
Note that exact instruction of how to use program is in the [https://github.com/tomaszmakarewicz/Dynamics/blob/master/manual.odt software manual], which is available together with the plugin.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to install the plugin is to use PPA repositories:&lt;br /&gt;
 sudo add-apt-repository ppa:tomaszm/dynamics&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install dynamics-pymol-plugin&lt;br /&gt;
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux and Unix===&lt;br /&gt;
&lt;br /&gt;
The second way for all other platforms or Ubuntu as well is to download latest release of the plugin directly from its GitHub webpage:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics/releases &amp;lt;br&amp;gt;&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* Tix&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
You can download latest master snapshot by command:&lt;br /&gt;
 git clone git://github.com/tomaszmakarewicz/Dynamics.git&lt;br /&gt;
Then run PyMOL as a root. On the top Menu choose '''Plugin-&amp;gt;Manage Plugins-&amp;gt;Install...''' Then choose '''dynamics_pymol_plugin.py''' file. After installation restart PyMOL with normal user privilege.&lt;br /&gt;
&lt;br /&gt;
Required dependencies:&lt;br /&gt;
* PyMOL&lt;br /&gt;
* GROMACS&lt;br /&gt;
* ProDy&lt;br /&gt;
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have [http://www.csb.pitt.edu/prody/ ProDy] library installed.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (tomaszm [at] biotech [dot] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12569</id>
		<title>GROMACS Plugin</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=GROMACS_Plugin&amp;diff=12569"/>
		<updated>2013-07-29T12:06:50Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Initial webpage.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  = https://github.com/tomaszmakarewicz/Dynamics/releases&lt;br /&gt;
|author    = [http://www.biotech.ug.gda.pl/index_eng.php?mmenu=10121&amp;amp;katedra=5&amp;amp;zaklad=2 Laboratory of Biomolecular Systems Simulations]&lt;br /&gt;
|license   = [https://www.gnu.org/licenses/gpl.html GPLv3]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[https://github.com/tomaszmakarewicz/Dynamics Dynamics PyMOL Plugin] is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/tomaszmakarewicz/Dynamics&lt;br /&gt;
&lt;br /&gt;
== Feauters ==&lt;br /&gt;
&lt;br /&gt;
[[File:Figure2a.png | 600px]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
=== Other GNU/Linux ===&lt;br /&gt;
&lt;br /&gt;
=== Latest Snapshots ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[http://pubs.acs.org/doi/abs/10.1021/ci400071x Molecular Dynamics Simulation by GROMACS Using GUI Plugin for PyMOL Tomasz Makarewicz and Rajmund Kaźmierkiewicz Journal of Chemical Information and Modeling 2013 53 (5), 1229-1234]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;. Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors:&amp;lt;br&amp;gt;&lt;br /&gt;
- Tomasz Makarewicz (tomaszm [at] biotech [dot] ug [dot] edu [dot] pl)&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Figure2a.png&amp;diff=1802</id>
		<title>File:Figure2a.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Figure2a.png&amp;diff=1802"/>
		<updated>2013-07-29T11:57:13Z</updated>

		<summary type="html">&lt;p&gt;TomaszMakarewicz: Main Window in Dynamics PyMOL Plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Main Window in Dynamics PyMOL Plugin&lt;/div&gt;</summary>
		<author><name>TomaszMakarewicz</name></author>
	</entry>
</feed>