<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Users.Programs.mol_SortMinima</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/</link><description>Recent changes to Users.Programs.mol_SortMinima</description><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 30 Nov 2012 12:43:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Users.Programs.mol_SortMinima modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -6,7 +6,7 @@
 Source code
 -----------
 
-The MATLAB function mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_SortMinima.m)
+The MATLAB function mol_SortMinima.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_SortMinima.m)
 
 File I/O
 --------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 30 Nov 2012 12:43:06 -0000</pubDate><guid>https://sourceforge.net969549e15569e2110f91ab219c51228e816bb52e</guid></item><item><title>WikiPage Users.Programs.mol_SortMinima modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -6,7 +6,7 @@
 Source code
 -----------
 
-The MATLAB function mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_sort.m)
+The MATLAB function mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_SortMinima.m)
 
 File I/O
 --------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 23 Nov 2012 14:00:24 -0000</pubDate><guid>https://sourceforge.netb1366dda0fffa717fd93ee0fc1fe1bdb6e6fef54</guid></item><item><title>WikiPage Users.Programs.mol_SortMinima modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_SortMinima/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 23 Nov 2012 13:48:11 -0000</pubDate><guid>https://sourceforge.netda8d824fd01f9428110e86e2ec0f3eea7955c8fb</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -1,7 +1,7 @@
-mol_sort.m: Sort minimum energy conformations
-=============================================
+mol_SortMinima: Sort minimum energy conformations
+=================================================
 
-After having run function [mol_opt.m](Users.Programs.mol_opt) one or more times, the MATLAB function mol_sort.m can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
+After having run function [mol_Optimize.m](Users.Programs.mol_Optimize) one or more times, the MATLAB function mol_SortMinima can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
 
 Source code
 -----------
@@ -16,7 +16,7 @@
 Variables
 ---------
 
-Note that function  [mol_init.m](Users.Programs.mol_init) has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
+Note that function  [mol_Initialize](Users.Programs.mol_Initialize) has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
 
 * [molecule](Developers.Variables.molecule)
 * [simulation](Developers.Variables.simulation)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 23 Nov 2012 13:47:37 -0000</pubDate><guid>https://sourceforge.net322e1c8dc749e9fdeb3d63c890435982c676d701</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,22 +1,22 @@
 mol_sort.m: Sort minimum energy conformations
 =============================================
 
-After having run [mol_opt.m](Users.Programs.mol_opt) one or more times, the MATLAB script mol_sort.m can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
+After having run function [mol_opt.m](Users.Programs.mol_opt) one or more times, the MATLAB function mol_sort.m can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
 
 Source code
 -----------
 
-The MATLAB script mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_sort.m)
+The MATLAB function mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_sort.m)
 
 File I/O
 --------
 
-The unsorted minimum energy geometries are read from an [xyz-file](Developers.Files.xyz) named minima...xyz. The sorted output is written to a data file named sorted...xyz. This can be visualized (e.g. using VMD software) and/or the geometries can be sorted according to energy by our MATLAB script [mol_sort.m](Users.Programs.mol_sort)
+The unsorted minimum energy geometries are read from an [xyz-file](Developers.Files.xyz) named minima...xyz. The sorted output is written to a data file named sorted...xyz. This can be visualized (e.g. using JMOL or VMD software).
 
 Variables
 ---------
 
-Note that [mol_init.m](Users.Programs.mol_init) has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
+Note that function  [mol_init.m](Users.Programs.mol_init) has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
 
 * [molecule](Developers.Variables.molecule)
 * [simulation](Developers.Variables.simulation)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Fri, 16 Nov 2012 13:38:45 -0000</pubDate><guid>https://sourceforge.netbc65b9001b90bd18405da9d7864e5f11b7824e5f</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -11,7 +11,7 @@
 File I/O
 --------
 
-The unsorted minimum energy geometries are read from an [xyz-file](Developers.Files.xyz) named minima...xyz. The sorted output can be found in file named sorted...xyz. This can be visualized (e.g. using VMD software) and/or the geometries can be sorted according to energy by our MATLAB script [mol_sort.m](Users.Programs.mol_sort)
+The unsorted minimum energy geometries are read from an [xyz-file](Developers.Files.xyz) named minima...xyz. The sorted output is written to a data file named sorted...xyz. This can be visualized (e.g. using VMD software) and/or the geometries can be sorted according to energy by our MATLAB script [mol_sort.m](Users.Programs.mol_sort)
 
 Variables
 ---------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 14 Nov 2012 12:58:29 -0000</pubDate><guid>https://sourceforge.netd1d3b53df02c9293383b8984e3a0514cd56a0281</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,2 +1,24 @@
 mol_sort.m: Sort minimum energy conformations
-==================================
+=============================================
+
+After having run [mol_opt.m](Users.Programs.mol_opt) one or more times, the MATLAB script mol_sort.m can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
+
+Source code
+-----------
+
+The MATLAB script mol_sort.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_sort.m)
+
+File I/O
+--------
+
+The unsorted minimum energy geometries are read from an [xyz-file](Developers.Files.xyz) named minima...xyz. The sorted output can be found in file named sorted...xyz. This can be visualized (e.g. using VMD software) and/or the geometries can be sorted according to energy by our MATLAB script [mol_sort.m](Users.Programs.mol_sort)
+
+Variables
+---------
+
+Note that [mol_init.m](Users.Programs.mol_init) has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
+
+* [molecule](Developers.Variables.molecule)
+* [simulation](Developers.Variables.simulation)
+* [intra](Developers.Variables.intra)
+* [inter](Developers.Variables.inter)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 17:21:10 -0000</pubDate><guid>https://sourceforge.net21fa2e18d51c6d2525b888279d06a987c3131a0a</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 13:06:37 -0000</pubDate><guid>https://sourceforge.net7c989e2d55aa74789b27536624899f3dfe3031e1</guid></item><item><title>WikiPage Users.Programs.mol_sort modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_sort/</link><description>mol_sort.m: Sort minimum energy conformations
==================================</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 10:29:35 -0000</pubDate><guid>https://sourceforge.netb3436d6a90c6e52ab0f59f920eb9f6b1f960f8dc</guid></item></channel></rss>