Changeset 2f9faf for doc/userguide/userguide.xml
- Timestamp:
- Mar 24, 2017, 10:12:21 AM (8 years ago)
- Branches:
- FitPartialCharges_GlobalError
- Children:
- a3d08c
- Parents:
- 407d2c
- git-author:
- Frederik Heber <heber@…> (10/09/16 21:28:59)
- git-committer:
- Frederik Heber <heber@…> (03/24/17 10:12:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r407d2c r2f9faf 1900 1900 <note>Again, only the <productname>TREMOLO</productname>potential format is understood currently and is written.</note> 1901 1901 </section> 1902 <section xml:id="potentials.fit-fragment-partial-charges"> 1903 <title xml:id="potentials.fit-fragment-partial-charges.title">Fitting partial particle charges</title> 1904 <para>There are two ways at the moment of fitting partial charges: One 1905 of them uses the FragmentationResultContainer and the other uses the 1906 HomologyContainer. The first, which is this action, only works for 1907 a single time step, while the latter may use the fragment results 1908 obtained from many time steps. 1909 </para> 1910 <programlisting> 1911 ... --fit-fragment-partial-charges \ 1912 --enforce-net-zero-charge 1 \ 1913 --radius 1.5 1914 </programlisting> 1915 <para>The function call will fit partial charges to all selected 1916 atoms whose fragment results are currently contained in the container. 1917 It will mask the potential around each atom with a radius of 1.5. 1918 Note that this is important because of the smearing of nuclei charges 1919 via the "near-field-cells" parameter. Essentially, the masking radius 1920 should be as large as the b-spline diameter. 1921 </para> 1922 </section> 1902 1923 <section xml:id="potentials.fit-partial-charges"> 1903 1924 <title xml:id="potentials.fit-partial-charges.title">Fitting partial particle charges</title> … … 1927 1948 <programlisting> 1928 1949 ... --fit-partial-charges \ 1929 --potential-file water.particles \1930 1950 --radius 1.5 1931 1951 </programlisting> … … 1935 1955 from the homologies container. For each of the atoms then an average 1936 1956 partial charge is computed by fitting their respective Coulomb 1937 potential to the obtained from the fragment calculations. Resulting 1938 values are stored in <filename>water.particles</filename>. The 1957 potential to the obtained from the fragment calculations. The 1939 1958 radius is used to mask a certain region directly around the nuclei 1940 1959 from the fit procedure. As here the charges of the core electrons and 1941 1960 the nuclei itself dominate, we however are only interested in a good 1942 1961 approximation to the long-range potential, this mask radius allows 1943 to give the range of the excluded zone.</para> 1962 to give the range of the excluded zone. Also, it is important to 1963 remove the smeared nuclei charges via cardinal b-splines whose 1964 broadened peaks are artifically and only become valid in the 1965 far-field.</para> 1944 1966 </section> 1945 1967 <section xml:id="potentials.parse-particle-parameters">
Note:
See TracChangeset
for help on using the changeset viewer.