<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to parameters-erdst</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>Recent changes to parameters-erdst</description><atom:link href="https://sourceforge.net/p/ermod/wiki/parameters-erdst/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 10 Nov 2025 10:27:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ermod/wiki/parameters-erdst/feed" rel="self" type="application/rss+xml"/><item><title>parameters-erdst modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v106
+++ v107
@@ -469,7 +469,7 @@

 ~~~~
 species  eclbin ecfbin ec0bin finfac ecdmin ecfmns ecdcen eccore ecdmax pecore
-0        1.0e-3 1.0e-3 1.0e-3 1.0e0   -179.0 -177.5 -176.5 -175.0
+0        1.0e-3 1.0e-3 1.0e-3 1.0e0  -179.0 -177.5 -176.5 -175.0
 1        5.0e-1 5.0e-2 5.0e-3 10.0e0 -40.0  -5.0   0.0   20.0   1.0e11 200
 3        5.0e-1 5.0e-2 5.0e-3 10.0e0 -60.0  -10.0   0.0   20.0   1.0e11 500
 5        5.0e-2 2.0e-3 2.0e-4 10.0e0 -40.0  -0.20e0 0.0e0 20.0e0 1.0e11 200
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Mon, 10 Nov 2025 10:27:00 -0000</pubDate><guid>https://sourceforge.net4943abbdaee04570cb2303f37e13f89da81cacd9</guid></item><item><title>parameters-erdst modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v105
+++ v106
@@ -465,12 +465,7 @@
 EcdInfo
 ----

-The parameters within the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt; can be speficied differently for different species.
-For this purpose, user prepares &lt;tt&gt;EcdInfo&lt;/tt&gt;.
-It is used only when &lt;tt&gt;ecprread = 1&lt;/tt&gt; or &lt;tt&gt;peread = 1&lt;/tt&gt; is specified in the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt;;
-the &lt;tt&gt;ecprread&lt;/tt&gt; parameter is available as of ver 0.3.5 and only &lt;tt&gt;peread&lt;/tt&gt; can be used when the version is 0.3.4 or earlier.
-Both &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; should use the same &lt;tt&gt;EcdInfo&lt;/tt&gt; (otherwise there may exist a risk to silently corrupt the result).
-Typical format for &lt;tt&gt;EcdInfo&lt;/tt&gt; reads as
+The parameters within the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt; can be speficied differently for different species. For this purpose, user prepares &lt;tt&gt;EcdInfo&lt;/tt&gt;. It is used only when &lt;tt&gt;ecprread = 1&lt;/tt&gt; or &lt;tt&gt;peread = 1&lt;/tt&gt; is specified in the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt;; the &lt;tt&gt;ecprread&lt;/tt&gt; parameter is available as of ver 0.3.5 and only &lt;tt&gt;peread&lt;/tt&gt; can be used when the version is 0.3.4 or earlier. Both &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; should use the same &lt;tt&gt;EcdInfo&lt;/tt&gt; (otherwise there may exist a risk to silently corrupt the result). Typical format for &lt;tt&gt;EcdInfo&lt;/tt&gt; reads as

 ~~~~
 species  eclbin ecfbin ec0bin finfac ecdmin ecfmns ecdcen eccore ecdmax pecore
@@ -491,18 +486,14 @@
 This feature is useful for self interaction energy, where the energy variation is typically weak.
 The first column identifies the solvent species (0 in the case of solute self).
 In the above example, the species 2 and 4 are absent.
-For those species which are absent in &lt;tt&gt;EcdInfo&lt;/tt&gt;, the binning parameters are simply taken from &lt;tt&gt;parameters_er&lt;/tt&gt;.
-In this sense, &lt;tt&gt;parameters_er&lt;/tt&gt; provides a "default" set of binning parameters for all the species, and only those species particularly cared need to be listed in &lt;tt&gt;EcdInfo&lt;/tt&gt;.
+For those species which are absent in &lt;tt&gt;EcdInfo&lt;/tt&gt;, the binning parameters are simply taken from &lt;tt&gt;parameters_er&lt;/tt&gt;. In this sense, &lt;tt&gt;parameters_er&lt;/tt&gt; provides a "default" set of binning parameters for all the species, and only those species particularly cared need to be listed in &lt;tt&gt;EcdInfo&lt;/tt&gt;.
 When the binning parameters are given, the energy meshes are constructed through the procedure provided within the &lt;tt&gt;enginit&lt;/tt&gt; subroutine of the &lt;tt&gt;engproc.F90&lt;/tt&gt; program.
 It should be noted, in addition, that unless selfcal = 1, the line with species = 0 is not necessary to be written or is simply ignored even if it is written in &lt;tt&gt;EcdInfo&lt;/tt&gt;.

 EcdMesh
 ----

-User-defined meshes can be introduced, and to do so, user prepares &lt;tt&gt;EcdMesh&lt;/tt&gt;.
-It is used only when &lt;tt&gt;meshread = 1&lt;/tt&gt; is specified in the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt;.
-Both &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; should use the same &lt;tt&gt;EcdMesh&lt;/tt&gt; (otherwise there may exist a risk to silently corrupt the result).
-Typical format for &lt;tt&gt;EcdMesh&lt;/tt&gt; reads as
+User-defined meshes can be introduced, and to do so, user prepares &lt;tt&gt;EcdMesh&lt;/tt&gt;. It is used only when &lt;tt&gt;meshread = 1&lt;/tt&gt; is specified in the **hist** section of &lt;tt&gt;parameters_er&lt;/tt&gt;. Both &lt;tt&gt;soln&lt;/tt&gt; and &lt;tt&gt;refs&lt;/tt&gt; should use the same &lt;tt&gt;EcdMesh&lt;/tt&gt; (otherwise there may exist a risk to silently corrupt the result). Typical format for &lt;tt&gt;EcdMesh&lt;/tt&gt; reads as

 ~~~~
 0  100
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Mon, 10 Nov 2025 10:25:35 -0000</pubDate><guid>https://sourceforge.neta87153abcd153c4dd72b9c7afa17697d658dd109</guid></item><item><title>parameters-erdst modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v104
+++ v105
@@ -60,12 +60,12 @@
             0 (default) : no   1 : yes (can be = 1 only when slttype = 3)
             If yes, a file called SltWght is separately prepared in the form of
                  (snapshot number, integer)  (weight, real)
-            before &lt;tt&gt;ermod&lt;/tt&gt; runs. 
+            before &lt;tt&gt;erdst&lt;/tt&gt; runs. 
 wgtsys : weight of a trajectory snapshot of the solution or (reference-)solvent system
             0 (default) : no   1 : yes
             If yes, a file called SysWght is separately prepared in the form of
                  (snapshot number, integer)  (weight, real)
-            before &lt;tt&gt;ermod&lt;/tt&gt; runs.
+            before &lt;tt&gt;erdst&lt;/tt&gt; runs.
 boxshp : shape of the unit cell box
             0 : non-periodic  1 : periodic and parallelepiped
 estype : type of system
@@ -99,7 +99,7 @@
             2 : spherically random position with radius specified from lwreg to upreg as
                  r = com(aggregate) + dr with lwreg &amp;lt; dr &amp;lt; upreg
                  The species forming the aggregate is defined by &lt;tt&gt;hostspec&lt;/tt&gt;
-                 The &lt;tt&gt;ermod&lt;/tt&gt; program does not take care of
+                 The &lt;tt&gt;erdst&lt;/tt&gt; program does not take care of
                      the periodic boundary condition concerning the location of the aggregate.
                  During the simulation, the center of the aggregate
                      should be restrainined around the center of the simulation cell
@@ -109,7 +109,7 @@
                 slab geometry specified as z = com(aggregate) + dz with
                 lwreg &amp;lt; dz &amp;lt; upreg for rectangular box periodic condition.
                 The species forming the aggregate is defined by &lt;tt&gt;hostspec&lt;/tt&gt;
-                The &lt;tt&gt;ermod&lt;/tt&gt; program does not take care of
+                The &lt;tt&gt;erdst&lt;/tt&gt; program does not take care of
                      the periodic boundary condition concerning the location of the aggregate.
                 During the simulation, the z-coordinate of the center of the aggregate
                      should be restrainined around the z-center of the simulation cell
@@ -122,7 +122,7 @@
                 -upreg &amp;lt; dz &amp;lt; -lwreg or lwreg &amp;lt; dz &amp;lt; upreg
                 for rectangular box periodic condition.
                 The species forming the aggregate is defined by &lt;tt&gt;hostspec&lt;/tt&gt;
-                The &lt;tt&gt;ermod&lt;/tt&gt; program does not take care of
+                The &lt;tt&gt;erdst&lt;/tt&gt; program does not take care of
                      the periodic boundary condition concerning the location of the aggregate.
                 During the simulation, the z-coordinate of the center of the aggregate
                      should be restrainined around the z-center of the simulation cell
@@ -138,7 +138,7 @@
                 The reference structure needs be given as RefInfo in PDB format.
                 RefInfo contains the structure of the host species (species forming
                      the reference host is defined by &lt;tt&gt;refspec&lt;/tt&gt;) followed by the solute structure
-                The &lt;tt&gt;ermod&lt;/tt&gt; program does not take care of the periodic boundary condition
+                The &lt;tt&gt;erdst&lt;/tt&gt; program does not take care of the periodic boundary condition
                      concerning the location of the reference structure.
                 During the simulation, the center of the reference species
                      should be restrainined around the center of the simulation cell
@@ -158,7 +158,7 @@
                 (species forming the reference host is defined by refspec)
                  followed by the solute structure 
        In ver 0.3.4 and the previous versions, the default is insorigin = 0
-              and the &lt;tt&gt;ermod&lt;/tt&gt; program halts with an error message
+              and the &lt;tt&gt;erdst&lt;/tt&gt; program halts with an error message
               when insposition = 0 and insorigin /= 0,
               when insposition = 1 and insorigin /= 1, when insorigin = 1 and insposition /= 1,
               when insposition = 2, 3 or 4 and insorigin /= 2, when insorigin = 2 and insposition /= 2, 3 or 4
@@ -259,7 +259,7 @@
 &lt;/pre&gt;

&lt;p&gt;The bin width is eclbin in intervals 1 and 5, is ecfbin in intervals 2 and 4, and is ec0bin in interval 3. In interval 6, the logarithmic interval is used.&lt;br/&gt;
-In fact, ecmns0, ecpls0, and ecfpls are internally set in &lt;tt&gt;ermod&lt;/tt&gt; and and cannot be changed in &lt;tt&gt;parameters_er&lt;/tt&gt;&lt;br/&gt;
+In fact, ecmns0, ecpls0, and ecfpls are internally set in &lt;tt&gt;erdst&lt;/tt&gt; and and cannot be changed in &lt;tt&gt;parameters_er&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;It is also possible to specify a different binning strategy for each species. Keys for doing so are&lt;/p&gt;
&lt;p&gt;@@ -281,7 +281,7 @@&lt;br/&gt;
 &lt;/p&gt;
&lt;p&gt;when the version is 0.3.4 or earlier.&lt;br/&gt;
-At ver 0.3.5, &lt;tt&gt;peread&lt;/tt&gt; is deprecated and is read as &lt;tt&gt;ecprread&lt;/tt&gt; within the &lt;tt&gt;ermod&lt;/tt&gt; program.&lt;br/&gt;
+At ver 0.3.5, &lt;tt&gt;peread&lt;/tt&gt; is deprecated and is read as &lt;tt&gt;ecprread&lt;/tt&gt; within the &lt;tt&gt;erdst&lt;/tt&gt; program.&lt;br/&gt;
 See below for the descriptions of &lt;tt&gt;EcdInfo&lt;/tt&gt; and &lt;tt&gt;EcdMesh&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;Typically, it is fine to change only &lt;tt&gt;ecdmin&lt;/tt&gt; if user encounters a trouble with an error message "The minimum of the energy coordinate is too large"; at this trouble, see &lt;a class="" href="/p/ermod/wiki/TooLargeMinimum/"&gt;Error: The minimum of the energy coordinate is too large&lt;/a&gt;.&lt;br/&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 12 Dec 2024 10:33:06 -0000</pubDate><guid>https://sourceforge.net72468ce8c56cbb7fb32df427387d6bc1274ba9be</guid></item><item><title>parameters-erdst modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v103
+++ v104
@@ -533,12 +533,12 @@
 The first line for each species provies the numbers of meshes.
 The second column is the total number of bins for the species in the first column, and the third column is the number of bins corresponding to the excluded-volume domain.
 The value in the third column corresponds to the &lt;tt&gt;pecore&lt;/tt&gt; parameters in &lt;tt&gt;parameters_er&lt;/tt&gt; and &lt;tt&gt;EcdInfo&lt;/tt&gt;.
-When the value in the second column is not larger than the value in the third, the &lt;tt&gt;ermod&lt;/tt&gt; run halts with an error message.
+When the value in the second column is not larger than the value in the third, the &lt;tt&gt;erdst&lt;/tt&gt; run halts with an error message.
 From the second and subsequent lines for each species, the format is
 ~~~~
 (species, integer)  (bin number, integer)   (energy mesh, real)
 ~~~~
-The total number of lines specifying the energy meshes for a given species needs to be the same as the total number of meshes specifed by the second column of the first line for that species; when they are not the same, &lt;tt&gt;ermod&lt;/tt&gt; halts with an error message.
+The total number of lines specifying the energy meshes for a given species needs to be the same as the total number of meshes specifed by the second column of the first line for that species; when they are not the same, &lt;tt&gt;erdst&lt;/tt&gt; halts with an error message.
 The energy mesh should be written in ascending order, and its value in &lt;tt&gt;EcdMesh&lt;/tt&gt; is the lower limit of the bin.
 When the i-th and (i+1)-th meshes are a(i) and a(i+1), respectively, a datum x is counted in the i-th bin when a(i) &amp;lt;= x &amp;lt; a(i+1)

@@ -548,8 +548,8 @@
 PermIndex
 ----

-User can change the ordering of the atoms in the trajectory from the parent simulation when it is fed to &lt;tt&gt;ermod&lt;/tt&gt;.
-When a &lt;tt&gt;PermIndex&lt;/tt&gt; file is present in the directory where &lt;tt&gt;ermod&lt;/tt&gt; is run,
+User can change the ordering of the atoms in the trajectory from the parent simulation when it is fed to &lt;tt&gt;erdst&lt;/tt&gt;.
+When a &lt;tt&gt;PermIndex&lt;/tt&gt; file is present in the directory where &lt;tt&gt;erdst&lt;/tt&gt; is run,
 the atom number is subject to permutation through the correspondence of
 ~~~~
 1   1
@@ -562,23 +562,23 @@
 ~~~~
 for example.
 This is the format of &lt;tt&gt;PermIndex&lt;/tt&gt;,
-and the entries in the first and second columns are the atom numbers in the trajectory from the parent simulation and in the &lt;tt&gt;ermod&lt;/tt&gt; run, respectively.
+and the entries in the first and second columns are the atom numbers in the trajectory from the parent simulation and in the &lt;tt&gt;erdst&lt;/tt&gt; run, respectively.
 In the above example, the 1st to 6th atoms in the parent trajectory
-are treated as 1st, 2nd, 3rd, 11th, 12th, and 13th atoms in &lt;tt&gt;ermod&lt;/tt&gt;, respectively.
+are treated as 1st, 2nd, 3rd, 11th, 12th, and 13th atoms in &lt;tt&gt;erdst&lt;/tt&gt;, respectively.
 There are no changes in the number ordering for those atoms which are not listed,
 and thus, the first three lines are actually not necessary in the example.

 The permutation functionality is convenient to re-group the atoms.
-For example, the molecules of the same species are supposed to appear consecutively as a block in &lt;tt&gt;ermod&lt;/tt&gt;.
+For example, the molecules of the same species are supposed to appear consecutively as a block in &lt;tt&gt;erdst&lt;/tt&gt;.
 If user has 500 H2O and 100 ETOH molecules,
-a single snapshot configuration of the trajectory fed to &lt;tt&gt;ermod&lt;/tt&gt;
+a single snapshot configuration of the trajectory fed to &lt;tt&gt;erdst&lt;/tt&gt;
 should have the coordinates of 500 H2O molecules first and of 100 ETOH second.
 The coordinates of H2O and ETOH are not to be mixed together,
 and the numbering within each species needs to be always the same, in addition;
 the H2O coordinates can saved in any order of OHH, HOH, or HHO,
 while only a single order is used throughout all the H2O molecules.
 A trajectory file from the simulation may not conform to the above conventions, however.
-In such a case, the atom numbers are modified by &lt;tt&gt;PermIndex&lt;/tt&gt; so that they are appropriate for an &lt;tt&gt;ermod&lt;/tt&gt; run,
+In such a case, the atom numbers are modified by &lt;tt&gt;PermIndex&lt;/tt&gt; so that they are appropriate for an &lt;tt&gt;erdst&lt;/tt&gt; run,
 and it may also be necessary to rewrite **MDinfo** and **MolPrmX** manually as illustrated next.

 When a polymer is seen as a collection of segments and each segment is treated as a "solvent" species,
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 08 Aug 2024 03:39:29 -0000</pubDate><guid>https://sourceforge.net1726690789dee3af2623704affdc98fba6f76b08</guid></item><item><title>parameters-erdst modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v102
+++ v103
@@ -325,8 +325,8 @@

 * 1st column: numbering the atomic site
 * 2nd column: mass for the atomic site
-* 3rd column: atomtype  (unused in ERmod)
-* 4th column: atomname  (unused in ERmod)
+* 3rd column: atomtype  (unused in ERmod; in LAMMPS this is number)
+* 4th column: atomname  (unused in ERmod; in LAMMPS this is "None")
 * 5th column: partial charge on the site in the unit of elementary charge
 * 6th column: LJ energy parameter \epsilon
 * 7th column: LJ length parameter \sigma or Rmin/2
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Thu, 11 Apr 2024 10:08:12 -0000</pubDate><guid>https://sourceforge.net6212f8a5f1668db5362fbff9f87ab0e8af21b9c4</guid></item><item><title>parameters-erdst modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v101
+++ v102
@@ -356,11 +356,11 @@
 Example for (CHARMM-modified) TIP3P water:

 ~~~~
-1 O   -0.8340   0.1521   3.1506
-2 H    0.4170   0.0460   0.4000
-3 H    0.4170   0.0460   0.4000
-~~~~
-The format is the same as &lt;tt&gt;SltInfo&lt;/tt&gt; described above (ver1.0 uses new one).
+1 15.9994   OW    O     -0.8340   0.1521   3.1506
+2  1.0080   HW    H1     0.4170   0.0460   0.4000
+3  1.0080   HW    H2     0.4170   0.0460   0.4000
+~~~~
+The format is the same as &lt;tt&gt;SltInfo&lt;/tt&gt; described above (similar to `SltInfo`, ver0.3 uses shorter notation).

 Only when the system is the reference solvent with test-particle insertion of *rigid* solute, &lt;tt&gt;SltInfo&lt;/tt&gt; has a different format.

@@ -398,23 +398,25 @@
 When ljformat = 5, the format of &lt;tt&gt;MolPrmX&lt;/tt&gt; and &lt;tt&gt;SltInfo&lt;/tt&gt; is different from the one described above and reads

 ~~~~
-      1   O   -0.67180    1 0
-      2   H    0.41430    2 0
-      3   C    0.31180    3 0
-      4   H   -0.02940    4 0
-      5   H   -0.02940    4 0
+      1   15.9994 OH  O1    -0.67180    1 0
+      2   1.008   HO  H1     0.41430    2 0
+      3   12.0110 CT  C1     0.31180    3 0
+      4   1.008   HT  H11   -0.02940    4 0
+      5   1.008   HT  H12   -0.02940    4 0
 …
 ~~~~

 * 1st column: numbering the atomic site
-* 2nd column: element symbol for the atomic site
-* 3rd column: partial charge on the site in the unit of elementary charge
-* 4th column: LJ interaction type
-* 5th column: dummy (no information contained).
-
-The 1st to 3rd columns have the same formats as those described above, and are to be prepared as such.
-The 4th column is an integer specifying the LJ interaction type of the atom.
-The 5th column contains no information and is simply there as a dummy.
+* 2nd column: mass for the atomic site
+* 3rd column: atom type (unused)
+* 4th column: atom name (unused)
+* 5th column: partial charge on the site in the unit of elementary charge
+* 6th column: LJ interaction type
+* 7th column: dummy (no information contained).
+
+The 1st to 5th columns have the same formats as those described above, and are to be prepared as such.
+The 6th column is an integer specifying the LJ interaction type of the atom.
+The 7th column contains no information and is simply there as a dummy.

 The LJ interaction parameter sets are stored in the &lt;tt&gt;LJTable&lt;/tt&gt; file in the example format of

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Thu, 11 Apr 2024 09:06:24 -0000</pubDate><guid>https://sourceforge.net2243bef638adfa142bbc6b208074e62e39a94815</guid></item><item><title>parameters-erdst modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v100
+++ v101
@@ -364,6 +364,14 @@

 Only when the system is the reference solvent with test-particle insertion of *rigid* solute, &lt;tt&gt;SltInfo&lt;/tt&gt; has a different format.

+(Version 1.0)
+~~~~
+1  12.0001 CA   C1 　-0.115   7.00E-02  3.5500532  1.457  0.477  -18.403
+2  1.0008  HA   H1    0.115   3.00E-02  2.4200373   2.345  0.202  -17.853
+3  12.0001 CA   C2   -0.115  7.00E-02  3.5500532   0.268  -0.215  -18.094 
+…
+~~~~
+(Version &amp;lt;=0.3)
 ~~~~
 1  C 　-0.115   7.00E-02  3.5500532  1.457  0.477  -18.403
 2  H   0.115   3.00E-02  2.4200373   2.345  0.202  -17.853
@@ -371,19 +379,11 @@
 …
 ~~~~

-(After ver 1.0:)
-~~~~
-1  12.0001 CA   C1 　-0.115   7.00E-02  3.5500532  1.457  0.477  -18.403
-2  1.0008  HA   H1    0.115   3.00E-02  2.4200373   2.345  0.202  -17.853
-3  12.0001 CA   C2   -0.115  7.00E-02  3.5500532   0.268  -0.215  -18.094 
-…
-~~~~
-
-The formats in 1st-5th columns are identical to those described above.
-The 6th-8th columns are the intramolecular (x, y, z) coordinate in the unit of Å.
+The formats in 1st-7th (1st-5th for Version &amp;lt;=0.3) columns are identical to those described above.
+The 8th-10th (6th-8th for Version &amp;lt;=0.3) columns are the intramolecular (x, y, z) coordinate in the unit of Å.
 The center-of-mass position or orientation does not need to be “standardized”.
 For example, the center of mass needs not to be set to (0,0,0).
-When the solute is rigid, the 6th-8th columns of &lt;tt&gt;SltInfo&lt;/tt&gt; are all needed to specify the solute structure. When the solute is flexible, on the other hand, the information on the solute structure is contained in the &lt;tt&gt;SltConf&lt;/tt&gt; file.
+When the solute is rigid, the 8th-10th columns of &lt;tt&gt;SltInfo&lt;/tt&gt; are all needed to specify the solute structure. When the solute is flexible, on the other hand, the information on the solute structure is contained in the &lt;tt&gt;SltConf&lt;/tt&gt; file.

 The file format of &lt;tt&gt;MolPrmX&lt;/tt&gt; and &lt;tt&gt;SltInfo&lt;/tt&gt; is shown in the &lt;tt&gt;ljformat&lt;/tt&gt; in the &lt;tt&gt;parameters_er&lt;/tt&gt; file.
 The convention corresponding to each setting of &lt;tt&gt;ljformat&lt;/tt&gt; is described above in the section of &lt;tt&gt;parameters_er&lt;/tt&gt;.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 11 Apr 2024 08:50:03 -0000</pubDate><guid>https://sourceforge.net8033293bac06e4bb15df8dcf8fdf4f9c2a48423a</guid></item><item><title>parameters-erdst modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/parameters-erdst/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Thu, 11 Apr 2024 04:05:02 -0000</pubDate><guid>https://sourceforge.net9bba9d7ff2c9323dd4fc6a7f8b8a38c84d1ac597</guid></item><item><title>parameters-ermod03 modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/parameters-ermod03/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v98
+++ v99
@@ -1,13 +1,13 @@
-Parameters for ermod (ver 0.3)
+Parameters for erdst (Ver 1.0) or ermod (Ver 0.3)
 ====

-There are several parameters that control how the &lt;tt&gt;ermod&lt;/tt&gt; program runs.
-The followings are the parameters used in version 0.3, though many of them are commonly used in version 0.2.
+There are several parameters that control how the &lt;tt&gt;erdst&lt;/tt&gt; / &lt;tt&gt;ermod&lt;/tt&gt; program runs.
+The followings are the parameters used in version 1.0, though many of them are commonly used in version 0.3

 parameters_er
 ----

-This file determines how the &lt;tt&gt;ermod&lt;/tt&gt; program runs.
+This file determines how the &lt;tt&gt;erdst&lt;/tt&gt; program runs.
 The file can be specified in Fortran's "_namelist_": http://www.cenapad.unicamp.br/parque/manuais/Xlf/lr96.HTM format.
 The namelist group name is "&lt;tt&gt;ene_param&lt;/tt&gt;" and "&lt;tt&gt;hist&lt;/tt&gt;", and the parameters look as follows.
 The unit within the &lt;tt&gt;parameters_er&lt;/tt&gt; file is kcal/mol for energy and is Å for length.
@@ -315,6 +315,23 @@
 For solute: &lt;tt&gt;SltInfo&lt;/tt&gt; lists the atomic species and the interaction parameters
 Example case:

+(Version 1.0)
+~~~~
+ 1  12.0001   CA     C1      -0.1150  0.7000E-01  3.5500532
+ 2  1.0008    HA     H1       0.1150  0.3000E-01  2.4200373
+ 3  12.0001   CA     C2      -0.1150  0.7000E-01  3.5500532
+…
+~~~~
+
+* 1st column: numbering the atomic site
+* 2nd column: mass for the atomic site
+* 3rd column: atomtype  (unused in ERmod)
+* 4th column: atomname  (unused in ERmod)
+* 5th column: partial charge on the site in the unit of elementary charge
+* 6th column: LJ energy parameter \epsilon
+* 7th column: LJ length parameter \sigma or Rmin/2
+
+(Version &amp;lt;=0.3)
 ~~~~
  1  C  -0.1150  0.7000E-01  3.5500532
  2  H   0.1150  0.3000E-01  2.4200373
@@ -343,7 +360,7 @@
 2 H    0.4170   0.0460   0.4000
 3 H    0.4170   0.0460   0.4000
 ~~~~
-The format is the same as &lt;tt&gt;SltInfo&lt;/tt&gt; described above.
+The format is the same as &lt;tt&gt;SltInfo&lt;/tt&gt; described above (ver1.0 uses new one).

 Only when the system is the reference solvent with test-particle insertion of *rigid* solute, &lt;tt&gt;SltInfo&lt;/tt&gt; has a different format.

@@ -351,6 +368,14 @@
 1  C 　-0.115   7.00E-02  3.5500532  1.457  0.477  -18.403
 2  H   0.115   3.00E-02  2.4200373   2.345  0.202  -17.853
 3  C   -0.115  7.00E-02  3.5500532   0.268  -0.215  -18.094 
+…
+~~~~
+
+(After ver 1.0:)
+~~~~
+1  12.0001 CA   C1 　-0.115   7.00E-02  3.5500532  1.457  0.477  -18.403
+2  1.0008  HA   H1    0.115   3.00E-02  2.4200373   2.345  0.202  -17.853
+3  12.0001 CA   C2   -0.115  7.00E-02  3.5500532   0.268  -0.215  -18.094 
 …
 ~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Thu, 11 Apr 2024 04:04:45 -0000</pubDate><guid>https://sourceforge.net8c688b9298818a2d2c1c4bf73545b998b6c6c930</guid></item><item><title>parameters-ermod03 modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/parameters-ermod03/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v97
+++ v98
@@ -515,7 +515,7 @@
 The energy mesh should be written in ascending order, and its value in &lt;tt&gt;EcdMesh&lt;/tt&gt; is the lower limit of the bin.
 When the i-th and (i+1)-th meshes are a(i) and a(i+1), respectively, a datum x is counted in the i-th bin when a(i) &amp;lt;= x &amp;lt; a(i+1)

-For those species which are absent in &lt;tt&gt;EcdInfo&lt;/tt&gt;, the binning parameters are taken from &lt;tt&gt;parameters_er&lt;/tt&gt; or &lt;tt&gt;EcdInfo&lt;/tt&gt;.
+For those species which are absent in &lt;tt&gt;EcdMesh&lt;/tt&gt;, the binning parameters are taken from &lt;tt&gt;parameters_er&lt;/tt&gt; or &lt;tt&gt;EcdInfo&lt;/tt&gt;.


 PermIndex
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Sat, 14 Jan 2023 02:14:56 -0000</pubDate><guid>https://sourceforge.net21f44e1a07bb5cc4447d7a883bff9d94bf9d4c4f</guid></item></channel></rss>