ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/ChangeLog
(Generate patch)

Comparing trunk/OOPSE-3.0/ChangeLog (file contents):
Revision 2727 by chrisfen, Fri Apr 21 19:32:07 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 1 | Line 1
1 < 2006-04-20 23:19  chrisfen
1 > 2006-05-17 14:54  gezelter
2  
3 +        * configure, ac-tools/configure.in, make/Makefile.in,
4 +        src/UseTheForce/doForces.F90,
5 +        src/UseTheForce/DarkSide/neighborLists.F90,
6 +        src/UseTheForce/DarkSide/shapes.F90,
7 +        src/UseTheForce/DarkSide/simParallel.F90,
8 +        src/UseTheForce/DarkSide/simulation_interface.F90,
9 +        src/utils/definitions.F90: Adding single precision capabilities to
10 +        the fortran side
11 +
12 + 2006-05-17 11:10  gezelter
13 +
14 +        * configure, ac-tools/configure.in, src/config.h.in: adding
15 +        --enable-single to configure script
16 +
17 + 2006-05-17 10:37  gezelter
18 +
19 +        * ac-tools/aclocal.m4, src/UseTheForce/doForces.F90,
20 +        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
21 +        src/UseTheForce/DarkSide/electrostatic.F90,
22 +        src/UseTheForce/DarkSide/electrostatic_interface.F90,
23 +        src/UseTheForce/DarkSide/gb.F90,
24 +        src/UseTheForce/DarkSide/lj_interface.F90,
25 +        src/UseTheForce/DarkSide/shapes.F90,
26 +        src/UseTheForce/DarkSide/sticky.F90,
27 +        src/UseTheForce/DarkSide/suttonchen.F90,
28 +        src/UseTheForce/DarkSide/suttonchen_interface.F90,
29 +        src/UseTheForce/DarkSide/switcheroo.F90, src/math/derfc.F90,
30 +        src/math/erfc.F90, src/utils/interpolation.F90: Getting fortran
31 +        side prepped for single precision...
32 +
33 + 2006-05-17 09:03  chrisfen
34 +
35 +        * samples/water/ssd-ion/ssdCl.md,
36 +        src/UseTheForce/DarkSide/electrostatic.F90: electrostatic
37 +        refinement
38 +
39 + 2006-05-16 22:03  gezelter
40 +
41 +        * configure, ac-tools/OOPSE.m4, make/Makefile.in: zlib fixes
42 +
43 + 2006-05-16 15:38  gezelter
44 +
45 +        * configure, ac-tools/OOPSE.m4, ac-tools/config.guess,
46 +        ac-tools/config.sub, ac-tools/configure.in, ac-tools/install-sh,
47 +        ac-tools/missing, ac-tools/mkinstalldirs, make/Makefile.in,
48 +        src/config.h.in, src/applications/staticProps/Hxy.cpp,
49 +        src/applications/staticProps/Hxy.hpp,
50 +        src/applications/staticProps/StaticProps.cpp: Autoconf fixes for
51 +        FFTW.  Multiple FFTW version support.
52 +
53 + 2006-05-15 21:06  gezelter
54 +
55 +        * README, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
56 +        make/Makefile.in, src/config.h.in,
57 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
58 +        src/applications/hydrodynamics/AnalyticalModel.hpp,
59 +        src/applications/staticProps/Hxy.cpp,
60 +        src/applications/staticProps/Hxy.hpp,
61 +        src/applications/staticProps/StaticProps.cpp,
62 +        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
63 +        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
64 +        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
65 +        src/integrators/LDForceManager.cpp,
66 +        src/integrators/LDForceManager.hpp, src/math/SquareMatrix.hpp,
67 +        src/utils/HydroProps.hpp: [no log message]
68 +
69 + 2006-05-12 16:34  xsun
70 +
71 +        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, Makefile,
72 +        StaticProps.cpp, StaticPropsCmd.c, StaticPropsCmd.h: Changes to
73 +        calculate undulation spectrum
74 +
75 + 2006-05-09 20:44  tim
76 +
77 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
78 +        applications/dump2Xyz/Dump2XYZ.ggo,
79 +        applications/dump2Xyz/Dump2XYZCmd.c,
80 +        applications/dump2Xyz/Dump2XYZCmd.h,
81 +        applications/hydrodynamics/ApproximationModel.cpp,
82 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: adding a
83 +        gay-berne switch to Dump2XYZ
84 +
85 + 2006-05-05 12:58  gezelter
86 +
87 +        * src/UseTheForce/DarkSide/qpole.F90: Adding qpole
88 +
89 + 2006-05-05 09:34  tim
90 +
91 +        * ac-tools/aclocal.m4: finding ifort arguments that won't die under
92 +        two different versions of the intel fortran compiler
93 +
94 + 2006-05-03 08:15  chrisfen
95 +
96 +        * src/applications/randomBuilder/Makefile: missing makefile was
97 +        hanging up 'make clean'
98 +
99 + 2006-04-25 17:59  chuckv
100 +
101 +        * src/applications/randomBuilder/: randomBuilder.cpp,
102 +        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added
103 +        random builder to cvs.
104 +
105 + 2006-04-25 17:54  chuckv
106 +
107 +        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
108 +        Change in siminfo used in nanoparticleBuilder.
109 +
110 + 2006-04-25 17:30  chuckv
111 +
112 +        * make/Makefile.in: Added random builder
113 +
114 + 2006-04-25 17:29  chuckv
115 +
116 +        * src/applications/simpleBuilder/: Makefile, randomBuilder.cpp,
117 +        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added a
118 +        random builder to oopse.
119 +
120 + 2006-04-25 08:35  gezelter
121 +
122 +        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
123 +        ShapeBuilder.cpp, ShapeBuilder.hpp: Using OpenBabel element table
124 +        to pick vdw radii for hydrodynamics if the LJ sigma can't be found.
125 +
126 + 2006-04-24 21:09  gezelter
127 +
128 +        * configure, ac-tools/aclocal.m4, src/UseTheForce/DarkSide/LJ.F90,
129 +        src/applications/hydrodynamics/Hydro.cpp, src/brains/Register.cpp,
130 +        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
131 +        src/brains/SimInfo.hpp, src/brains/Thermo.cpp,
132 +        src/brains/Thermo.hpp, src/integrators/LDForceManager.cpp,
133 +        src/integrators/LDForceManager.hpp,
134 +        src/integrators/LangevinDynamics.cpp, src/io/Globals.cpp,
135 +        src/io/Globals.hpp, src/primitives/StuntDouble.hpp: Adding
136 +        spherical boundary conditions to LD integrator
137 +
138 + 2006-04-24 21:06  gezelter
139 +
140 +        * src/applications/hydrodynamics/: BeadModel.cpp, ShapeBuilder.cpp:
141 +        Added EAM atom types to Hydro models
142 +
143 + 2006-04-21 15:02  chrisfen
144 +
145 +        * src/UseTheForce/DarkSide/eam.F90: put spline subroutines in the
146 +        EAM module
147 +
148 + 2006-04-21 14:32  chrisfen
149 +
150 +        * ChangeLog, samples/shape/5CB.shape, samples/shape/8CB.shape,
151 +        samples/shape/C60.shape, samples/shape/C70.shape,
152 +        samples/shape/Makefile, samples/shape/Shapes.frc,
153 +        samples/shape/cholesterol.shape, samples/shape/ethylBenzene.shape,
154 +        samples/shape/linear.in, samples/shape/linear.md,
155 +        samples/shape/linear.shape, samples/shape/toluene.shape,
156 +        samples/thermoIntegration/liquid/ssde.md,
157 +        samples/thermoIntegration/solid/ssde.md,
158 +        samples/water/spce/spce.md, samples/water/ssd/ssd.md,
159 +        samples/water/ssd-ion/ssdCl.md, samples/water/ssde/ssde.md,
160 +        samples/water/ssdrf/ssdrf.md, samples/water/tip3p_ice/tp3.md,
161 +        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90,
162 +        src/UseTheForce/DarkSide/LJ.F90: Removed sqrt splines and shape
163 +        stuff (doesn't work, so why was it in there?).  Changed some of the
164 +        water samples to use shifted_force.  Probably should set the
165 +        defaults to use the damped version now that we sped it up.
166 +
167 + 2006-04-20 22:19  chrisfen
168 +
169          * samples/water/spce/spce.md,
170          src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
171  
172 < 2006-04-20 17:02  chrisfen
172 > 2006-04-20 16:02  chrisfen
173  
174          * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
175          src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
176  
177 < 2006-04-20 14:24  gezelter
177 > 2006-04-20 13:24  gezelter
178  
179          * samples/metals/EAM/Au_bulk_voter.md,
180          samples/metals/Sutton-Chen/Au_bulk_SC.md,
# Line 23 | Line 189
189          src/utils/interpolation.F90: Complete rewrite of spline code and
190          everything that uses it.
191  
192 < 2006-04-17 17:49  gezelter
192 > 2006-04-17 16:49  gezelter
193  
194          * configure, ac-tools/aclocal.m4, samples/argon/500.md,
195          samples/metals/EAM/Au_bulk_voter.md,
# Line 41 | Line 207
207          src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
208          src/utils/interpolation.F90: Many performance improvements
209  
210 < 2006-04-15 22:51  chrisfen
210 > 2006-04-15 21:51  chrisfen
211  
212          * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
213          src/UseTheForce/fSwitchingFunction.h,
# Line 49 | Line 215
215          src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
216          switcheroo
217  
218 < 2006-04-15 17:58  chrisfen
218 > 2006-04-15 16:58  chrisfen
219  
220          * src/utils/Makefile.in: Since status.F90 is used by
221          interpolation.F90, the former needs to be listed above the later in
222          the Makefile.
223  
224 < 2006-04-14 17:59  gezelter
224 > 2006-04-14 16:59  gezelter
225  
226          * src/utils/interpolation.F90: changed the interface a bit
227  
228 < 2006-04-14 17:49  gezelter
228 > 2006-04-14 16:49  gezelter
229  
230          * src/utils/interpolation.F90: added some logical flags
231  
232 < 2006-04-14 17:06  chrisfen
232 > 2006-04-14 16:06  chrisfen
233  
234          * src/utils/interpolation.F90: Wiped the spline with derivatives
235          and corrected a boundary comparision error by eliminating the
236          check.  This algorithm REQUIRES known first derivatives at the
237          endpoints.
238  
239 < 2006-04-14 16:04  gezelter
239 > 2006-04-14 15:04  gezelter
240  
241          * src/utils/: Makefile.in, interpolation.F90: bug fixes for
242          interpolation module
243  
244 < 2006-04-14 15:57  gezelter
244 > 2006-04-14 14:57  gezelter
245  
246          * src/utils/interpolation.F90: Heavily modified interpolation
247          module, also moved to "utils"
248  
249 < 2006-04-12 17:15  chuckv
249 > 2006-04-12 16:15  chuckv
250  
251          * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
252          module.
253  
254 < 2006-04-11 11:33  gezelter
254 > 2006-04-11 10:33  gezelter
255  
256          * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
257          StaticPropsCmd.h: [no log message]
258  
259 < 2006-04-03 11:37  chuckv
259 > 2006-04-03 10:37  chuckv
260  
261          * configure, ac-tools/aclocal.m4, make/Makefile.in,
262          src/UseTheForce/DarkSide/simParallel.F90: Added status module to
# Line 1241 | Line 1407
1407  
1408          * make/Makefile.in, src/applications/atom2mdin/Makefile,
1409          src/applications/atom2mdin/atom2mdin.cpp,
1244        src/applications/mdinConverter/Makefile,
1245        src/applications/mdinConverter/mdinConverter.cpp,
1410          src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
1411          rename mdinConverter to atom2mdin
1412  
# Line 1307 | Line 1471
1471          UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
1472          optional parameters....
1473  
1310 2005-11-16 16:24  tim
1311
1312        * src/applications/mdinConverter/: Makefile, mdinConverter.cpp:
1313        adding mdinConverter
1314
1474   2005-11-16 16:22  tim
1475  
1476          * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines