<?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.molecule</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>Recent changes to Developers.Variables.molecule</description><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Jun 2013 06:45:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/feed" rel="self" type="application/rss+xml"/><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -8,9 +8,9 @@

 field | description
 ---|---
-type| type of molecule, used for labeling, e.g., 'water' (character string) 
+type| type of molecular species, used for labeling, e.g., 'water' (character string) 
 n_mol | number of molecules of this species (integer)
-n_froz | Optional: The last n_froz molecules of this species can be frozen. (integer, between 0 and n_mol)
+n_froz | Optional: The last n_froz molecules of this species can be frozen. (integer, between 0 and n_mol, default=0)
 n_atom | number of atoms in each molecules of this species (integer)
 atomtype | atom types, e.g., {'O' 'H' 'H'} (row cell(!) vector of strings indicating chemical elements)
 mass| atomic masses (row vector of real numbers, length n_atom)
@@ -21,5 +21,5 @@

 field | description
 ---|---
-n_thaw | The first n_thaw molecules of this species are not frozen: n_mol-n_froz (integer, between 0 and n_mol)
+n_thaw | The first n_thaw molecules of this species are not frozen: n_mol-n_froz (integer, between 0 and n_mol, default=n_mol)
 frozen | coordinates of all frozen atoms (3-dim arrays). Only if n_froz&gt;0
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 18 Jun 2013 06:45:02 -0000</pubDate><guid>https://sourceforge.netbd776a32208729f4923b88e2c100eedaec046a95</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -21,5 +21,5 @@

 field | description
 ---|---
-n_thaw | number of thawed molecules: n_mol-n_froz (integer, between 0 and n_mol)
+n_thaw | The first n_thaw molecules of this species are not frozen: n_mol-n_froz (integer, between 0 and n_mol)
 frozen | coordinates of all frozen atoms (3-dim arrays). Only if n_froz&gt;0
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 12 Jun 2013 12:08:38 -0000</pubDate><guid>https://sourceforge.net15ede672de4d04bd36440ce303d2a627dd1290e0</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -1,7 +1,7 @@
-Variable "molecule{i}" in MolDynSim
+Variable "molecule{.}" in MolDynSim
 ====================================

-This variable characterizes the *i*-th molecular species to be used in all of the MolDynSim programs. Every entry *{i}* of the cell vector is a structured variable that should initially contain the following fields :
+This variable characterizes each molecular species to be used in all of the MolDynSim programs. Every entry of the cell vector is a structured variable that should initially contain the following fields :

 Settable parameters
 ------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Mon, 10 Jun 2013 07:11:06 -0000</pubDate><guid>https://sourceforge.neta1a5a4d3dcd65889758f1fa47fbfb6bc0595e8c3</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -22,3 +22,4 @@
 field | description
 ---|---
 n_thaw | number of thawed molecules: n_mol-n_froz (integer, between 0 and n_mol)
+frozen | coordinates of all frozen atoms (3-dim arrays). Only if n_froz&gt;0
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Mon, 10 Jun 2013 07:08:22 -0000</pubDate><guid>https://sourceforge.net155ac9a0a92c9e7bfab925e376b241f8ff5940b3</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -2,6 +2,9 @@
 ====================================

 This variable characterizes the *i*-th molecular species to be used in all of the MolDynSim programs. Every entry *{i}* of the cell vector is a structured variable that should initially contain the following fields :
+
+Settable parameters
+------------------

 field | description
 ---|---
@@ -12,3 +15,10 @@
 atomtype | atom types, e.g., {'O' 'H' 'H'} (row cell(!) vector of strings indicating chemical elements)
 mass| atomic masses (row vector of real numbers, length n_atom)
 geometry | positions of all atoms inside a molecule (n_dim * n_atom matrix). Not required for monatomic species. 
+
+Internal variables
+------------------
+
+field | description
+---|---
+n_thaw | number of thawed molecules: n_mol-n_froz (integer, between 0 and n_mol)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Sat, 08 Jun 2013 17:55:07 -0000</pubDate><guid>https://sourceforge.net7af1e07af4241d8db7fb9e5706658a9110271fb2</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -10,5 +10,5 @@
 n_froz | Optional: The last n_froz molecules of this species can be frozen. (integer, between 0 and n_mol)
 n_atom | number of atoms in each molecules of this species (integer)
 atomtype | atom types, e.g., {'O' 'H' 'H'} (row cell(!) vector of strings indicating chemical elements)
-mass| atomic masses (row vector of real numbers)
-geometry | positions of all atoms inside a molecule (n_dim * n_atom matrix)
+mass| atomic masses (row vector of real numbers, length n_atom)
+geometry | positions of all atoms inside a molecule (n_dim * n_atom matrix). Not required for monatomic species. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Sat, 08 Jun 2013 10:30:02 -0000</pubDate><guid>https://sourceforge.netb3d73b34db6f76e87b07f7ade8294a95a46aa29b</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -7,6 +7,7 @@
 ---|---
 type| type of molecule, used for labeling, e.g., 'water' (character string) 
 n_mol | number of molecules of this species (integer)
+n_froz | Optional: The last n_froz molecules of this species can be frozen. (integer, between 0 and n_mol)
 n_atom | number of atoms in each molecules of this species (integer)
 atomtype | atom types, e.g., {'O' 'H' 'H'} (row cell(!) vector of strings indicating chemical elements)
 mass| atomic masses (row vector of real numbers)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Sat, 08 Jun 2013 10:27:59 -0000</pubDate><guid>https://sourceforge.neteedd5a2a6bfe9a2b1f0ad7aa5a835d79d7a4843a</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -8,6 +8,6 @@
 type| type of molecule, used for labeling, e.g., 'water' (character string) 
 n_mol | number of molecules of this species (integer)
 n_atom | number of atoms in each molecules of this species (integer)
-atomtype | atom types, e.g., {'O' 'H' 'H'} (cell(!) vector of strings indicating chemical elements)
-mass| atomic masses (vector of real numbers)
+atomtype | atom types, e.g., {'O' 'H' 'H'} (row cell(!) vector of strings indicating chemical elements)
+mass| atomic masses (row vector of real numbers)
 geometry | positions of all atoms inside a molecule (n_dim * n_atom matrix)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 31 May 2013 11:56:31 -0000</pubDate><guid>https://sourceforge.nete18777a03e1dc19a0b32d3442b8ece51d2453a1f</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,7 +1,7 @@
 Variable "molecule{i}" in MolDynSim
 ====================================

-This variable characterizes the *i*-th molecular species to be used in all of the MolDynSim programs. Every field *{i}* of the cell vector is a structured variable that should initially contain the following fields :
+This variable characterizes the *i*-th molecular species to be used in all of the MolDynSim programs. Every entry *{i}* of the cell vector is a structured variable that should initially contain the following fields :

 field | description
 ---|---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 31 May 2013 11:46:21 -0000</pubDate><guid>https://sourceforge.net8a0047064a2824f9b56e82e41c64e667dd386bb7</guid></item><item><title>Developers.Variables.molecule modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.Variables.molecule/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -5,21 +5,9 @@

 field | description
 ---|---
-name | type of molecule, used for labeling, e.g., 'water' (character string) 
+type| type of molecule, used for labeling, e.g., 'water' (character string) 
 n_mol | number of molecules of this species (integer)
 n_atom | number of atoms in each molecules of this species (integer)
-
-atomtype
---------
-* atom types 
-* example: {'O' 'H' 'H'} (row (cell!) vector of strings indicating chemical elements)
-
-mass
-----
-* atomic masses
-* example: [16 1 1]  (row vector of real numbers)
-
-geometry
---------
-* positions of all atoms inside a molecule 
-* example: (n_dim * n_atom matrix)
+atomtype | atom types, e.g., {'O' 'H' 'H'} (cell(!) vector of strings indicating chemical elements)
+mass| atomic masses (vector of real numbers)
+geometry | positions of all atoms inside a molecule (n_dim * n_atom matrix)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 31 May 2013 11:45:40 -0000</pubDate><guid>https://sourceforge.net93a012783ab1d169bf793ad6effa5c2ea49a5ae7</guid></item></channel></rss>