Codebase list votca-xtp / 03ed9f2
New upstream release 1.6.1 Nicholas Breen 3 years ago
6 changed file(s) with 12 addition(s) and 65 deletion(s). Raw diff Collapse all Expand all
0 votca-xtp (1.6-1) unstable; urgency=medium
0 votca-xtp (1.6.1-1) unstable; urgency=medium
11
22 * Initial release. (Closes: #921202)
33
4 -- Nicholas Breen <nbreen@debian.org> Sun, 19 Apr 2020 13:13:55 -0700
4 -- Nicholas Breen <nbreen@debian.org> Sat, 18 Jul 2020 08:36:08 -0700
1717 libfftw3-dev,
1818 libhdf5-dev,
1919 libsqlite3-dev,
20 libvotca-csg-dev (>= 1.6),
20 libvotca-csg-dev (>= 1.6.1),
2121 libvotca-csg-dev (<< 1.7~),
22 libvotca-tools-dev (>= 1.6),
22 libvotca-tools-dev (>= 1.6.1),
2323 libvotca-tools-dev (<< 1.7~),
2424 libxc-dev,
2525 pkg-config,
2626 python3,
27 votca-csg (>= 1.6)
27 votca-csg (>= 1.6.1)
2828 Standards-Version: 4.5.0
2929 Rules-Requires-Root: no
3030 Homepage: http://www.votca.org/
0 include:
1 - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
2 - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
3
4 variables:
5 SALSA_CI_DISABLE_REPROTEST: 1
6
+0
-20
tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/polar/molpol.xml~ less more
0 <options>
1 <molpol help="Molecular polarizability calculator (and optimizer)" label="tool:molpol">
2 <mpsfiles>
3 <input help="mps input file">CH4_i.mps</input>
4 <output help="mps output file">CH4_i.mps</output>
5 <polar help="xml file with infos on polarizability tensor">output.xml</polar>
6 </mpsfiles>
7 <induction>
8 <expdamp help="Thole sharpness parameter">0.39000</expdamp>
9 <wSOR help="mixing factor for convergence">0.35000</wSOR>
10 <maxiter help="maximum number of iterations">1024</maxiter>
11 <tolerance help="rel. tolerance for induced moments">0.00001</tolerance>
12 </induction>
13 <target>
14 <optimize help="if 'true', refine atomic polarizabilities to match molecular polarizable volume specified in target.molpol">true</optimize>
15 <molpol help="target polarizability tensor in format xx xy xz yy yz zz (this should be in the eigen-frame, hence xy = xz = yz = 0), if optimize=true the associated polarizable volume will be matched iteratively and the resulting set of polar sites written to mpsfiles.output">2.3191 0.0 0.0 2.3199 0.0 2.3204</molpol>
16 <tolerance help="relative tolerance when optimizing the polarizable volume">0.00001</tolerance>
17 </target>
18 </molpol>
19 </options>
+0
-20
tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/polar/molpol.xml~ less more
0 <options>
1 <molpol help="Molecular polarizability calculator (and optimizer)" label="tool:molpol">
2 <mpsfiles>
3 <input help="mps input file">CH4_h.mps</input>
4 <output help="mps output file">CH4_h.mps</output>
5 <polar help="xml file with infos on polarizability tensor">output.xml</polar>
6 </mpsfiles>
7 <induction>
8 <expdamp help="Thole sharpness parameter">0.39000</expdamp>
9 <wSOR help="mixing factor for convergence">0.35000</wSOR>
10 <maxiter help="maximum number of iterations">1024</maxiter>
11 <tolerance help="rel. tolerance for induced moments">0.00001</tolerance>
12 </induction>
13 <target>
14 <optimize help="if 'true', refine atomic polarizabilities to match molecular polarizable volume specified in target.molpol">true</optimize>
15 <molpol help="target polarizability tensor in format xx xy xz yy yz zz (this should be in the eigen-frame, hence xy = xz = yz = 0), if optimize=true the associated polarizable volume will be matched iteratively and the resulting set of polar sites written to mpsfiles.output">1.4451 0.0 0.0 2.0267 0.0 2.0267</molpol>
16 <tolerance help="relative tolerance when optimizing the polarizable volume">0.00001</tolerance>
17 </target>
18 </molpol>
19 </options>
+0
-20
tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/polar/molpol.xml~ less more
0 <options>
1 <molpol help="Molecular polarizability calculator (and optimizer)" label="tool:molpol">
2 <mpsfiles>
3 <input help="mps input file">CH4_n.mps</input>
4 <output help="mps output file">CH4_n.mps</output>
5 <polar help="xml file with infos on polarizability tensor">output.xml</polar>
6 </mpsfiles>
7 <induction>
8 <expdamp help="Thole sharpness parameter">0.39000</expdamp>
9 <wSOR help="mixing factor for convergence">0.35000</wSOR>
10 <maxiter help="maximum number of iterations">1024</maxiter>
11 <tolerance help="rel. tolerance for induced moments">0.00001</tolerance>
12 </induction>
13 <target>
14 <optimize help="if 'true', refine atomic polarizabilities to match molecular polarizable volume specified in target.molpol">true</optimize>
15 <molpol help="target polarizability tensor in format xx xy xz yy yz zz (this should be in the eigen-frame, hence xy = xz = yz = 0), if optimize=true the associated polarizable volume will be matched iteratively and the resulting set of polar sites written to mpsfiles.output">2.3191 0.0 0.0 2.3199 0.0 2.3204</molpol>
16 <tolerance help="relative tolerance when optimizing the polarizable volume">0.00001</tolerance>
17 </target>
18 </molpol>
19 </options>