<?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_ScanPot_1D</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/</link><description>Recent changes to Users.Programs.mol_ScanPot_1D</description><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Jun 2013 12:32:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/feed" rel="self" type="application/rss+xml"/><item><title>Users.Programs.mol_ScanPot_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,7 +1,13 @@
 mol_scan_1D: Scan force field along specified direction
 ======================================================

-The MATLAB function mol_ScanPot_1D generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
+The MATLAB function mol_ScanPot_1D generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations and/or shifts of the two molecules can be specified by the user.
+
+In case of molecules of a single species, you will have to prepare special input where this species is duplicated
+    molecule{1}.n_mol = 1;
+    molecule{1}.n_froz = 0;
+    molecule{2} = molecule{1};
+    inter{1,2} = inter{1,1}

 Source code
 -----------
&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:32:15 -0000</pubDate><guid>https://sourceforge.nete4f2878f4e56fba41ed5ecd1778f718270509464</guid></item><item><title>WikiPage Users.Programs.mol_ScanPot_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -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.m](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:50:44 -0000</pubDate><guid>https://sourceforge.net268e804b960a91f97c49f71961b790a4b709e7c4</guid></item><item><title>WikiPage Users.Programs.mol_ScanPot_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_ScanPot_1D/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -1,12 +1,12 @@
 mol_scan_1D: Scan force field along specified direction
 ======================================================
 
-The MATLAB function mol_scan_1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
+The MATLAB function mol_ScanPot_1D generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
 
 Source code
 -----------
 
-The MATLAB function mol_scan_1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan_1D.m)
+The MATLAB function mol_ScanPot_1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_ScanPot_1D.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 13:50:13 -0000</pubDate><guid>https://sourceforge.netf331cdc7562618168be0b89c14d5ec5024147f5f</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -6,7 +6,7 @@
 Source code
 -----------
 
-The MATLAB script mol_scan_1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan_1D.m)
+The MATLAB function mol_scan_1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan_1D.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, 16 Nov 2012 13:37:14 -0000</pubDate><guid>https://sourceforge.netc5ebd72bb9a6ac6cf5b4cc09b2c3b676c127e73c</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -1,7 +1,7 @@
 mol_scan_1D: Scan force field along specified direction
 ======================================================
 
-The MATLAB script mol_scan_1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
+The MATLAB function mol_scan_1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
 
 Source code
 -----------
@@ -11,12 +11,12 @@
 File I/O
 --------
 
-The resulting geometries (steps of the scan) are written to an [xyz-file](Developers.Files.xyz) named scan_1D...xyz. This can be visualized, e.g., using VMD software.
+The resulting geometries (steps of the scan) are written to an [xyz-file](Developers.Files.xyz) named scan_1D...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:35:11 -0000</pubDate><guid>https://sourceforge.netb0d28cd12fda9ba171f44285fb7c120c47897e37</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -1,7 +1,7 @@
 mol_scan_1D: Scan force field along specified direction
 ======================================================
 
-The MATLAB script mol_scan1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
+The MATLAB script mol_scan_1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
 
 Source code
 -----------
@@ -11,7 +11,7 @@
 File I/O
 --------
 
-The resulting geometries (steps of the scan) are written to an [xyz-file](Developers.Files.xyz) named scan1D...xyz. This can be visualized, e.g., using VMD software.
+The resulting geometries (steps of the scan) are written to an [xyz-file](Developers.Files.xyz) named scan_1D...xyz. This can be visualized, e.g., using VMD software.
 
 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:48:52 -0000</pubDate><guid>https://sourceforge.net96f49fc4d92c40921fd565a778712b53a2e3b692</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -22,4 +22,4 @@
 * [simulation](Developers.Variables.simulation)
 * [intra](Developers.Variables.intra)
 * [inter](Developers.Variables.inter)
-* [scan1D](Developers.Variables.optimize)
+* [scan_1D](Developers.Variables.scan_1D)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 18:29:30 -0000</pubDate><guid>https://sourceforge.net19904522f1d8fde1714cee4d280af27128e3fa72</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-mol_scan1D: Scan force field along specified direction
+mol_scan_1D: Scan force field along specified direction
 ======================================================
 
 The MATLAB script mol_scan1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 18:28:04 -0000</pubDate><guid>https://sourceforge.net052c7e7f9bc10f1726e2fe747b58e22cd13d3351</guid></item><item><title>WikiPage Users.Programs.mol_scan_1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan_1D/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -6,7 +6,7 @@
 Source code
 -----------
 
-The MATLAB script mol_scan1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan1D.m)
+The MATLAB script mol_scan_1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan_1D.m)
 
 File I/O
 --------
&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:10:43 -0000</pubDate><guid>https://sourceforge.neteb5f0543734d15786d3cdfa52f335049f5389daa</guid></item><item><title>WikiPage Users.Programs.mol_scan1D modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Users.Programs.mol_scan1D/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,2 +1,25 @@
 mol_scan1D: Scan force field along specified direction
 ======================================================
+
+The MATLAB script mol_scan1D.m generates a one-dimensional scan of the potential energy hypersurface (force field) of a system of two molecules (equal or different species). Scans are along the distance between the two centers of mass, where rotations of the two molecules can be specified by the user.
+
+Source code
+-----------
+
+The MATLAB script mol_scan1D.m can be found [here](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/mol_scan1D.m)
+
+File I/O
+--------
+
+The resulting geometries (steps of the scan) are written to an [xyz-file](Developers.Files.xyz) named scan1D...xyz. This can be visualized, e.g., using 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:
+
+* [molecule](Developers.Variables.molecule)
+* [simulation](Developers.Variables.simulation)
+* [intra](Developers.Variables.intra)
+* [inter](Developers.Variables.inter)
+* [scan1D](Developers.Variables.optimize)
&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:09:48 -0000</pubDate><guid>https://sourceforge.net14143eec636b20810b7d42c51710452aabaef3f8</guid></item></channel></rss>