<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to IncorrectNormalization</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>Recent changes to IncorrectNormalization</description><atom:link href="https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 26 Apr 2013 05:15:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/feed" rel="self" type="application/rss+xml"/><item><title>IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -20,10 +20,14 @@
 When user modifies &lt;tt&gt;tiny&lt;/tt&gt;, he needs to run the &lt;tt&gt;slvfe&lt;/tt&gt; program again.
 If he encounters the same error message, &lt;tt&gt;tiny&lt;/tt&gt; needs to be further larger.

-If user needs too large &lt;tt&gt;tiny&lt;/tt&gt; to make &lt;tt&gt;slvfe&lt;/tt&gt; run (for example, 1.0e-1), there is likely some inconsistency in the system setup.
+If user needs too large &lt;tt&gt;tiny&lt;/tt&gt; to make &lt;tt&gt;slvfe&lt;/tt&gt; run (for example, 1.0e-2 or 1.0e-1), there is likely some inconsistency in the system setup.
 The numbers of solvent molecules in &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; are both integers.
-In numerical realization, they are calculated from &lt;tt&gt;soln/engsln&lt;/tt&gt; and &lt;tt&gt;refs/engref&lt;/tt&gt; first as real and are converted into integer.
+In numerical realization, they are calculated from &lt;tt&gt;soln/engsln.XX&lt;/tt&gt; and &lt;tt&gt;refs/engref.XX&lt;/tt&gt; first as real and are converted into integer.
 A too large difference should not be there between the two numbers even in the numerical process; it is an indication of some mistake or inconsistency of solvent specification.
+
+The setup error most often encountered is that different values are used for the parameters in the &amp;amp;hist sections (eclbin, ecfbin, ec0bin, finfac, ecdmin, ecfmns, ecdcen, eccore, ecdmax, pecore) in &lt;tt&gt;soln/parameters_er&lt;/tt&gt; and &lt;tt&gt;refs/parameters_er&lt;/tt&gt;.
+If any of those parameters is different, the energy meshes are insistent between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
+A simplest check is to see the numbers of lines of &lt;tt&gt;soln/engsln.XX&lt;/tt&gt; and &lt;tt&gt;refs/engref.XX&lt;/tt&gt;; if the numbers of line is different, the energy meshes must be different.

 The above error may appear when the system has many solvent molecules and/or when the number of solute molecules is quite large.
 When the distribution functions are constructed in the &lt;tt&gt;ermod&lt;/tt&gt; run, the histogram is simply added over the MD configurations with some weights and is divided at the final stage for normalization.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Fri, 26 Apr 2013 05:15:42 -0000</pubDate><guid>https://sourceforge.netdf5f9935af79883967ded60ef8f7be13c421bba3</guid></item><item><title>IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -8,13 +8,13 @@
 Due to the finite-digit representation of real values on computer, however, the two numbers can be different.
 The &lt;tt&gt;tiny&lt;/tt&gt; parameter is the allowance for the difference of the two real values representing the numbers of solvent molecules.
 The &lt;tt&gt;slvfe&lt;/tt&gt; program runs successfully only when the difference is within &lt;tt&gt;tiny&lt;/tt&gt;, and it terminates with the above error message when the difference exceeds &lt;tt&gt;tiny&lt;/tt&gt;.
-The default value of &lt;tt&gt;tiny&lt;/tt&gt; is 1.0e-10, and can be modified in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
+The default value of &lt;tt&gt;tiny&lt;/tt&gt; is 1.0e-8, and can be modified in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
 The error message shows that the allowance is too stringent.

 When user sees the above error message, he opens the &lt;tt&gt;parameters_fe&lt;/tt&gt; file and make &lt;tt&gt;tiny&lt;/tt&gt; larger.
-For example, he may increase it to 1.0e-9 by adding a line of
+For example, he may increase it to 1.0e-7 by adding a line of
 #####
-tiny = 1.0e-9
+tiny = 1.0e-7
 #####
 in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
 When user modifies &lt;tt&gt;tiny&lt;/tt&gt;, he needs to run the &lt;tt&gt;slvfe&lt;/tt&gt; program again.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 25 Apr 2013 07:08:16 -0000</pubDate><guid>https://sourceforge.nete54df539970321ec24b7d3e91ac30886f98056ee</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -12,7 +12,11 @@
 The error message shows that the allowance is too stringent.

 When user sees the above error message, he opens the &lt;tt&gt;parameters_fe&lt;/tt&gt; file and make &lt;tt&gt;tiny&lt;/tt&gt; larger.
-For example, he may increase it to 1.0e-9.
+For example, he may increase it to 1.0e-9 by adding a line of
+#####
+tiny = 1.0e-9
+#####
+in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
 When user modifies &lt;tt&gt;tiny&lt;/tt&gt;, he needs to run the &lt;tt&gt;slvfe&lt;/tt&gt; program again.
 If he encounters the same error message, &lt;tt&gt;tiny&lt;/tt&gt; needs to be further larger.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Mon, 11 Mar 2013 05:20:43 -0000</pubDate><guid>https://sourceforge.net034c48effcb26cf4e0f8457dea571fdb0455bf24</guid></item><item><title>WikiPage IncorrectNormalization modified by KM Tu</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -21,7 +21,7 @@
 In numerical realization, they are calculated from &lt;tt&gt;soln/engsln&lt;/tt&gt; and &lt;tt&gt;refs/engref&lt;/tt&gt; first as real and are converted into integer.
 A too large difference should not be there between the two numbers even in the numerical process; it is an indication of some mistake or inconsistency of solvent specification.
 
-The above error may appear when the system has many solent molecules and/or when the number of solute molecules is quite large.
+The above error may appear when the system has many solvent molecules and/or when the number of solute molecules is quite large.
 When the distribution functions are constructed in the &lt;tt&gt;ermod&lt;/tt&gt; run, the histogram is simply added over the MD configurations with some weights and is divided at the final stage for normalization.
 The last few digits might be missed in the addition and division processes.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">KM Tu</dc:creator><pubDate>Fri, 18 May 2012 09:14:52 -0000</pubDate><guid>https://sourceforge.net83b72c31030ef499291b5feb7046b8dd8e3d9699</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -21,4 +21,8 @@
 In numerical realization, they are calculated from &lt;tt&gt;soln/engsln&lt;/tt&gt; and &lt;tt&gt;refs/engref&lt;/tt&gt; first as real and are converted into integer.
 A too large difference should not be there between the two numbers even in the numerical process; it is an indication of some mistake or inconsistency of solvent specification.
 
+The above error may appear when the system has many solent molecules and/or when the number of solute molecules is quite large.
+When the distribution functions are constructed in the &lt;tt&gt;ermod&lt;/tt&gt; run, the histogram is simply added over the MD configurations with some weights and is divided at the final stage for normalization.
+The last few digits might be missed in the addition and division processes.
+
 The parameters contained in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file are described in [Parameter files for slvfe](parameters-slvfe).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Fri, 18 May 2012 09:10:32 -0000</pubDate><guid>https://sourceforge.net499a40ebb0bcf0126c9e99ac0ecf3dd0abd2e5db</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,14 +1,15 @@
 Error in running &lt;tt&gt;slvfe&lt;/tt&gt;: Incorrect normalization at _(number specifying the solvent species)_
 ====
 
-The number of solvent molecules needs to be the same between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
+The number of solvent molecules needs to be the same between the &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; systems.
 When the system is of mixed solvent, the number is identical for each solvent species.
-The number of solvent molecules is counted from soln/engsln.xx and refs/engref.xx, where xx is a two-digit integer.
+The number of solvent molecules is an integer, but in the &lt;tt&gt;slvfe&lt;/tt&gt; program, it is counted as a real value from soln/engsln.xx and refs/engref.xx, where xx is a two-digit integer.
 In principle, the number from engsln is coincident to the number from engref.
-Due to the finite-digit representation of numbers on computer, however, the two numbers can be different.
-The &lt;tt&gt;slvfe&lt;/tt&gt; program runs successfully only when the difference is within a certain allowance, and it terminates with the above error message when the difference is larger than that allowance.
-The allowance has a parameter name of &lt;tt&gt;tiny&lt;/tt&gt;, and can be modified in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
-The default value of &lt;tt&gt;tiny&lt;/tt&gt; is 1.0e-10, and the error message shows that the allowance is too stringent.
+Due to the finite-digit representation of real values on computer, however, the two numbers can be different.
+The &lt;tt&gt;tiny&lt;/tt&gt; parameter is the allowance for the difference of the two real values representing the numbers of solvent molecules.
+The &lt;tt&gt;slvfe&lt;/tt&gt; program runs successfully only when the difference is within &lt;tt&gt;tiny&lt;/tt&gt;, and it terminates with the above error message when the difference exceeds &lt;tt&gt;tiny&lt;/tt&gt;.
+The default value of &lt;tt&gt;tiny&lt;/tt&gt; is 1.0e-10, and can be modified in the &lt;tt&gt;parameters_fe&lt;/tt&gt; file.
+The error message shows that the allowance is too stringent.
 
 When user sees the above error message, he opens the &lt;tt&gt;parameters_fe&lt;/tt&gt; file and make &lt;tt&gt;tiny&lt;/tt&gt; larger.
 For example, he may increase it to 1.0e-9.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 15:15:43 -0000</pubDate><guid>https://sourceforge.netf5c2596471a055b71eac05a8527d48674e555052</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,5 +1,4 @@
-Error in running &lt;tt&gt;slvfe&lt;/tt&gt;:
-Incorrect normalization at _(number specifying the solvent species)_
+Error in running &lt;tt&gt;slvfe&lt;/tt&gt;: Incorrect normalization at _(number specifying the solvent species)_
 ====
 
 The number of solvent molecules needs to be the same between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 13:47:20 -0000</pubDate><guid>https://sourceforge.net6d55f1a3a4df3b4987e7ef7c9648dfd238b8ef27</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,4 +1,5 @@
-Error: Incorrect normalization at _(number specifying the solvent species)_
+Error in running &lt;tt&gt;slvfe&lt;/tt&gt;:
+Incorrect normalization at _(number specifying the solvent species)_
 ====
 
 The number of solvent molecules needs to be the same between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 13:47:02 -0000</pubDate><guid>https://sourceforge.net1cca6c25e9375337809cc85cd7aceddee2d5d84d</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,5 +1,6 @@
-Incorrect normalization at _(number specifying the solvent species)_
+Error: Incorrect normalization at _(number specifying the solvent species)_
 ====
+
 The number of solvent molecules needs to be the same between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
 When the system is of mixed solvent, the number is identical for each solvent species.
 The number of solvent molecules is counted from soln/engsln.xx and refs/engref.xx, where xx is a two-digit integer.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 07:50:59 -0000</pubDate><guid>https://sourceforge.nete66874e7499be88b35c6b5b65eb92e63e95a666d</guid></item><item><title>WikiPage IncorrectNormalization modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/IncorrectNormalization/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,4 +1,4 @@
-Incorrect normalization at (number specifying the solvent species)
+Incorrect normalization at _(number specifying the solvent species)_
 ====
 The number of solvent molecules needs to be the same between &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt;.
 When the system is of mixed solvent, the number is identical for each solvent species.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Sat, 21 Apr 2012 05:56:28 -0000</pubDate><guid>https://sourceforge.net3f7dd9444c41039d17aaa0c94c5318cf3cf6fe36</guid></item></channel></rss>