<?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.ForceFields.Main</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>Recent changes to Developers.ForceFields.Main</description><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 28 Nov 2012 13:36:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</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>Wed, 28 Nov 2012 13:36:26 -0000</pubDate><guid>https://sourceforge.netcb67b7ca035594340417782f09622944a984e3f3</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -25,9 +25,9 @@
 Intramolecular
 --------------
 
-please read [here](Developers.ForceFields.intra)
+please read [this guide](Developers.ForceFields.intra)
 
 Intermolecular
 ---------------
 
-please read [here](Developers.ForceFields.inter)
+please read [this guide](Developers.ForceFields.inter)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 28 Nov 2012 13:27:50 -0000</pubDate><guid>https://sourceforge.netbe173d389d2c0e3575bb1c9c195d1176cebdd81d</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -2,6 +2,14 @@
 ================================
 
 On the one hand you may object that it is an additional burden to write Matlab functions for the individual components of the force field. On the other hand, it gives you additional flexibility and you can perform simulations not directly possible with other standard molecular simulation packages.
+
+The potential energy (aka force field) of a general system of molecules of different species consists of three types of contributions
+
+1. Intramolecular interaction, i.e., interactions within each molecule
+
+2. Intermolecular interaction, i.e., interactions between molecules of the same species)
+
+3. Intermolecular interaction, i.e., interactions between molecules of different species)
 
 Source codes
 ------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 28 Nov 2012 13:27:12 -0000</pubDate><guid>https://sourceforge.net725a1a8e08b8f8c206b0ba9f2951b4c2a27dfc73</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</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>Wed, 28 Nov 2012 13:21:37 -0000</pubDate><guid>https://sourceforge.netb2cca8637e80bec355e3cf18aa5c295f78498714</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -6,11 +6,11 @@
 Source codes
 ------------
 
-* [Evaluation of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_function.m)
+* [Evaluation of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/pot_function.m)
 
-* [Gradient vector of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_grad.m)
+* [Gradient vector of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/pot_grad.m)
 
-* [Hessian matrix of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_hess.m)
+* [Hessian matrix of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/pot_hess.m)
 
 Efficient implementation of gradient and Hessian crucially relies on [this function](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/pot_change.m)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 28 Nov 2012 13:19:47 -0000</pubDate><guid>https://sourceforge.net0b681ab5a23099f8b8f3302f1b47d4f5c396b987</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -2,6 +2,17 @@
 ================================
 
 On the one hand you may object that it is an additional burden to write Matlab functions for the individual components of the force field. On the other hand, it gives you additional flexibility and you can perform simulations not directly possible with other standard molecular simulation packages.
+
+Source codes
+------------
+
+* [Evaluation of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_function.m)
+
+* [Gradient vector of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_grad.m)
+
+* [Hessian matrix of potential function](https://sourceforge.net/p/trajlab/moldynsim/code/    HEAD/tree/trunk/Sources/pot_hess.m)
+
+Efficient implementation of gradient and Hessian crucially relies on [this function](https://sourceforge.net/p/trajlab/moldynsim/code/HEAD/tree/trunk/Sources/pot_change.m)
 
 Intramolecular
 --------------
@@ -12,4 +23,3 @@
 ---------------
 
 please read [here](Developers.ForceFields.inter)
-
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Wed, 28 Nov 2012 13:18:55 -0000</pubDate><guid>https://sourceforge.netbd3346084d5c6cc61f4090cb97c19ae5287625cc</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,12 +1,15 @@
-About Force fields in MolDynSim
+About force fields in MolDynSim
 ================================
+
+On the one hand you may object that it is an additional burden to write Matlab functions for the individual components of the force field. On the other hand, it gives you additional flexibility and you can perform simulations not directly possible with other standard molecular simulation packages.
 
 Intramolecular
 --------------
 
-to be written
+please read [here](Developers.ForceFields.intra)
 
 Intermolecular
 ---------------
 
-to be written
+please read [here](Developers.ForceFields.inter)
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 27 Nov 2012 20:15:51 -0000</pubDate><guid>https://sourceforge.net7c0d0a2e31b866846f38d2beae5a77997607ed55</guid></item><item><title>WikiPage Developers.ForceFields.Main modified by Burkhard Schmidt</title><link>https://sourceforge.net/p/trajlab/moldynsim/wiki/Developers.ForceFields.Main/</link><description>About Force fields in MolDynSim
================================

Intramolecular
--------------

to be written

Intermolecular
---------------

to be written
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burkhard Schmidt</dc:creator><pubDate>Tue, 13 Nov 2012 08:57:03 -0000</pubDate><guid>https://sourceforge.nete60b5b5ddf0c8e77a3c4a2717c48ed17cce9d600</guid></item></channel></rss>