<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Developers.Variables.dynamics.md</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>Recent changes to Developers.Variables.dynamics.md</description><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 07 Jun 2013 11:58:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/feed" rel="self" type="application/rss+xml"/><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -8,7 +8,7 @@
 No paramaters | to be specified

-[@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        [velocity Verlet scheme](http://dx.doi.org/10.1063/1.442716)
+[@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        [velocity Verlet scheme](http://dx.doi.org/10.1063/1.442716) (Most used in stat. mech.)
 ---|---
 No paramaters | to be specified   

@@ -23,11 +23,11 @@
 No paramaters | to be specified   

-[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        [Gear predictor-corrector scheme](http://dx.doi.org/10.1080/00268977700102571)
+[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        [Gear predictor-corrector scheme](http://dx.doi.org/10.1080/00268977700102571) (Extremely high accuracy)
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8

-[@md.euler_12](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/euler_12.m)    |        Gear predictor-corrector scheme
+[@md.euler_12](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/euler_12.m)    |        Primitive Euler 1st/2nd order (not recommended!)
 ---|---
 No paramaters | to be specified   
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 11:58:51 -0000</pubDate><guid>https://sourceforge.netbfeff69a1ca7654074bba141fbc35641cf18f91c</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -18,12 +18,12 @@
 No paramaters | to be specified

-[@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        [Beeman scheme](http://dx.doi.org/10.1016/0021-9991(76)90059-0)
+[@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        [Beeman scheme](http://dx.doi.org/10.1016/0021-9991(76)90059-0), see also [here](http://dx.doi.org/10.1016/0010-4655(73)90004-0) 
 ---|---
 No paramaters | to be specified   

-[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
+[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        [Gear predictor-corrector scheme](http://dx.doi.org/10.1080/00268977700102571)
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 11:52:25 -0000</pubDate><guid>https://sourceforge.net1f1f683a874cc7729791051f7c19816abf9718fe</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,12 +3,12 @@

 This variable specifies the choice of the propagator in MD simulations and provides, if applicable, additional parameters

-[@md.old_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/old_verlet.m)    |        traditional Verlet scheme
+[@md.old_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/old_verlet.m)    |        [traditional Verlet scheme](http://dx.doi.org/10.1103/PhysRev.159.98)
 ---|---
 No paramaters | to be specified   

-[@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        velocity Verlet scheme
+[@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        [velocity Verlet scheme](http://dx.doi.org/10.1063/1.442716)
 ---|---
 No paramaters | to be specified   

@@ -18,7 +18,7 @@
 No paramaters | to be specified   

-[@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        velocity Verlet scheme
+[@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        [Beeman scheme](http://dx.doi.org/10.1016/0021-9991(76)90059-0)
 ---|---
 No paramaters | to be specified   

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 11:50:24 -0000</pubDate><guid>https://sourceforge.neteebb5fbbafa49e82af439dda6d0822842d326401</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -5,22 +5,22 @@

 [@md.old_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/old_verlet.m)    |        traditional Verlet scheme
 ---|---
-   |   
+No paramaters | to be specified   

 [@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        velocity Verlet scheme
 ---|---
-   |   
+No paramaters | to be specified   

 [@md.leap_frog](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/leap_frog.m)  |        leap frog scheme
 ---|---
-   |   
+No paramaters | to be specified   

 [@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        velocity Verlet scheme
 ---|---
-   |   
+No paramaters | to be specified   

 [@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
@@ -30,4 +30,4 @@

 [@md.euler_12](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/euler_12.m)    |        Gear predictor-corrector scheme
 ---|---
-   |    
+No paramaters | to be specified   
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 11:47:11 -0000</pubDate><guid>https://sourceforge.net9887e6bdb881e6713fbd2ba5534b96ff3ce70e45</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -26,3 +26,8 @@
 [@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8
+
+
+[@md.euler_12](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/euler_12.m)    |        Gear predictor-corrector scheme
+---|---
+   |    
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 10:28:41 -0000</pubDate><guid>https://sourceforge.netfab9d046775f3ab3329bd6433167b93377789328</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,6 +13,16 @@
    |

-(https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
+[@md.leap_frog](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/leap_frog.m)  |        leap frog scheme
+---|---
+   |   
+
+
+[@md.beeman](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/beeman.m)    |        velocity Verlet scheme
+---|---
+   |   
+
+
+[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 10:27:14 -0000</pubDate><guid>https://sourceforge.netefad13e3d9960028117d1cc99ac9c92e1c7c24f7</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,6 +3,16 @@

 This variable specifies the choice of the propagator in MD simulations and provides, if applicable, additional parameters

-[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
+[@md.old_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/old_verlet.m)    |        traditional Verlet scheme
+---|---
+   |   
+
+
+[@md.vel_verlet](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/vel_verlet.m)    |        velocity Verlet scheme
+---|---
+   |   
+
+
+(https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 10:24:34 -0000</pubDate><guid>https://sourceforge.netabba845a7cd09e68fdbaf66cc1a69a0a036773c9</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,6 +3,6 @@

 This variable specifies the choice of the propagator in MD simulations and provides, if applicable, additional parameters

-[@md.gear_45678](https://sourceforge.net/p/trajlab/matlab/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)   |        Gear predictor-corrector scheme
+[@md.gear_45678](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/+md/gear_45678.m)    |        Gear predictor-corrector scheme
 ---|---
 n_gear |    Order of the Gear method. Currently implemented: 4, ..., 8
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 08:20:20 -0000</pubDate><guid>https://sourceforge.net1750fa774cbac037010940b9d0a2626e07058043</guid></item><item><title>Developers.Variables.dynamics.md modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.dynamics.md/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="variable-dynamicsmd-in-moldynsim"&gt;Variable "dynamics.md" in MolDynSim&lt;/h1&gt;
&lt;p&gt;This variable specifies the choice of the propagator in MD simulations and provides, if applicable, additional parameters&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;a class="" href="https://sourceforge.net/p/trajlab/matlab/code/HEAD/tree/trunk/Sources/+md/gear_45678.m"&gt;@md.gear_45678&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;Gear predictor-corrector scheme&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;n_gear&lt;/td&gt;
&lt;td&gt;Order of the Gear method. Currently implemented: 4, ..., 8&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 07 Jun 2013 08:16:15 -0000</pubDate><guid>https://sourceforge.net02d84dd9bb604311c22ad36301e20aae374f078a</guid></item></channel></rss>