ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/doForces.F90
Revision 2398 - (view) (annotate) - [select for diffs]
Modified Wed Oct 26 23:31:18 2005 UTC (18 years, 8 months ago) by chrisfen
File length: 47220 byte(s)
Diff to previous 2394
reaction field looks to be working now

Revision 2394 - (view) (annotate) - [select for diffs]
Modified Sun Oct 23 21:08:08 2005 UTC (18 years, 8 months ago) by chrisfen
File length: 45465 byte(s)
Diff to previous 2390
streamlined reaction field for dipoles (now a good bit faster) and added reaction field for charges - still need to do charge-dipole RF

Revision 2390 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 19:24:40 2005 UTC (18 years, 8 months ago) by chrisfen
File length: 46069 byte(s)
Diff to previous 2381
Still had some globals toUpper problems - these changes should fix those...

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Tue Oct 18 15:01:42 2005 UTC (18 years, 8 months ago) by chrisfen
File length: 46375 byte(s)
Diff to previous 2375
merged reaction field with electrostatics.F90

Revision 2375 - (view) (annotate) - [select for diffs]
Modified Mon Oct 17 19:12:45 2005 UTC (18 years, 8 months ago) by gezelter
File length: 46903 byte(s)
Diff to previous 2367
changing GB architecture

Revision 2367 - (view) (annotate) - [select for diffs]
Modified Fri Oct 14 15:44:37 2005 UTC (18 years, 8 months ago) by kdaily
File length: 47109 byte(s)
Diff to previous 2361
Add parts for the GayBerne LJ

Revision 2361 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 21:00:50 2005 UTC (18 years, 8 months ago) by gezelter
File length: 47112 byte(s)
Diff to previous 2357
simplifying long range potential array

Revision 2357 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 20:18:17 2005 UTC (18 years, 8 months ago) by chuckv
File length: 47106 byte(s)
Diff to previous 2356
More Change goodness for calculation of potential.

Revision 2356 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 19:55:26 2005 UTC (18 years, 8 months ago) by chuckv
File length: 47105 byte(s)
Diff to previous 2355
More changes to MPI potential calculations.

Revision 2355 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 18:59:16 2005 UTC (18 years, 8 months ago) by chuckv
File length: 46853 byte(s)
Diff to previous 2354
Breaky Breaky: Add Support for seperating potential contributions.

Revision 2354 - (view) (annotate) - [select for diffs]
Modified Tue Oct 11 22:00:30 2005 UTC (18 years, 8 months ago) by chuckv
File length: 46442 byte(s)
Diff to previous 2351
Free some variables that weren't freed before.

Revision 2351 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 21:34:54 2005 UTC (18 years, 8 months ago) by chuckv
File length: 46264 byte(s)
Diff to previous 2350
Bug fix, undeclared local variable in MPI.

Revision 2350 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 21:20:46 2005 UTC (18 years, 8 months ago) by chuckv
File length: 46244 byte(s)
Diff to previous 2342
Fixed MPI bug with Row and Column indexing of groupToGtype. We now have two seperate maps groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer that is set to groupToGtypeRow in the single processor version.

Revision 2342 - (view) (annotate) - [select for diffs]
Modified Tue Oct 4 19:32:58 2005 UTC (18 years, 8 months ago) by chrisfen
File length: 42763 byte(s)
Diff to previous 2323
just some random changes when testing

Revision 2323 - (view) (annotate) - [select for diffs]
Modified Fri Sep 23 20:31:02 2005 UTC (18 years, 9 months ago) by chuckv
File length: 42760 byte(s)
Diff to previous 2317
Fixed "dum-dum" where we ignore the skin thickness and hardcode listSkin to be 1.0. We now get listskin from skin. This will get fixed to where we can manually set skin thickness.

Revision 2317 - (view) (annotate) - [select for diffs]
Modified Wed Sep 21 17:20:14 2005 UTC (18 years, 9 months ago) by chrisfen
File length: 42704 byte(s)
Diff to previous 2310
Fixed a defaultCutoff bug (HEMES!)

Revision 2310 - (view) (annotate) - [select for diffs]
Modified Mon Sep 19 23:21:46 2005 UTC (18 years, 9 months ago) by chrisfen
File length: 42105 byte(s)
Diff to previous 2309
Fixed bugs in reaction field, now it appears as though it really is working...

Revision 2309 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 20:45:38 2005 UTC (18 years, 9 months ago) by chrisfen
File length: 42022 byte(s)
Diff to previous 2306
reaction field seems to work now, still need to do some testing...

Revision 2306 - (view) (annotate) - [select for diffs]
Modified Fri Sep 16 20:37:05 2005 UTC (18 years, 9 months ago) by chrisfen
File length: 42100 byte(s)
Diff to previous 2301
fixing some summation method issues

Revision 2301 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 22:05:21 2005 UTC (18 years, 9 months ago) by gezelter
File length: 42297 byte(s)
Diff to previous 2298
Working on adding WOLF

Revision 2298 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 02:48:43 2005 UTC (18 years, 9 months ago) by chuckv
File length: 42759 byte(s)
Diff to previous 2295
Fixed bug where gtypeMaxCutoff was not initialized after creation. When maxval(gtypeMaxCutoff) was called, the largest random garbage value was returned from the array.

Revision 2295 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 00:13:15 2005 UTC (18 years, 9 months ago) by chrisfen
File length: 42669 byte(s)
Diff to previous 2290
some changes to activate the coulombicCorrection selector

Revision 2290 - (view) (annotate) - [select for diffs]
Modified Wed Sep 14 20:28:05 2005 UTC (18 years, 9 months ago) by gezelter
File length: 42224 byte(s)
Diff to previous 2288
fix to put back calculation of r in do_prepair

Revision 2288 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 22:44:48 2005 UTC (18 years, 9 months ago) by chuckv
File length: 42201 byte(s)
Diff to previous 2286
Added nGroupsInRow for mpi build.

Revision 2286 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 22:08:39 2005 UTC (18 years, 9 months ago) by gezelter
File length: 42104 byte(s)
Diff to previous 2285
bugfix on the grouptype finding algorithm

Revision 2285 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 20:46:46 2005 UTC (18 years, 9 months ago) by gezelter
File length: 42015 byte(s)
Diff to previous 2284
adding c-side interface to change cutoff Policy

Revision 2284 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 19:18:54 2005 UTC (18 years, 9 months ago) by gezelter
File length: 41962 byte(s)
Diff to previous 2282
Some bug hunting

Revision 2282 - (view) (annotate) - [select for diffs]
Modified Tue Sep 6 17:32:42 2005 UTC (18 years, 9 months ago) by chuckv
File length: 41959 byte(s)
Diff to previous 2281
Added allocation for gtypeCutoffmap etc..

Revision 2281 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 22:56:20 2005 UTC (18 years, 9 months ago) by gezelter
File length: 41743 byte(s)
Diff to previous 2280
initialized atomTypeMaxCutoff(i) to zero

Revision 2280 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 20:17:55 2005 UTC (18 years, 9 months ago) by gezelter
File length: 41725 byte(s)
Diff to previous 2279
wrote createGtypeCutoffMap

Revision 2279 - (view) (annotate) - [select for diffs]
Modified Tue Aug 30 18:23:50 2005 UTC (18 years, 10 months ago) by chrisfen
File length: 39695 byte(s)
Diff to previous 2277
made some changes for implementing the wolf potential

Revision 2277 - (view) (annotate) - [select for diffs]
Modified Fri Aug 26 21:30:41 2005 UTC (18 years, 10 months ago) by chrisfen
File length: 39324 byte(s)
Diff to previous 2275
added some probably nonfunctional get*cut routines

Revision 2275 - (view) (annotate) - [select for diffs]
Modified Fri Aug 26 16:36:16 2005 UTC (18 years, 10 months ago) by gezelter
File length: 39197 byte(s)
Diff to previous 2274
fixing some of the problems in the interactionHash and gtypeCutoff routines

Revision 2274 - (view) (annotate) - [select for diffs]
Modified Wed Aug 17 15:26:42 2005 UTC (18 years, 10 months ago) by gezelter
File length: 38984 byte(s)
Diff to previous 2273
added fCutoffPolicy.h

Revision 2273 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 21:04:03 2005 UTC (18 years, 10 months ago) by gezelter
File length: 37525 byte(s)
Diff to previous 2270
breakage in progress

Revision 2270 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 22:33:37 2005 UTC (18 years, 10 months ago) by gezelter
File length: 36281 byte(s)
Diff to previous 2269
Breaky Breaky BREAKY breaky breaky

Revision 2269 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 19:40:56 2005 UTC (18 years, 10 months ago) by chuckv
File length: 42998 byte(s)
Diff to previous 2268
In process of re-write for group based cutoff....

Revision 2268 - (view) (annotate) - [select for diffs]
Modified Fri Jul 29 19:38:27 2005 UTC (18 years, 11 months ago) by gezelter
File length: 42654 byte(s)
Diff to previous 2267
fixes in progress

Revision 2267 - (view) (annotate) - [select for diffs]
Modified Fri Jul 29 17:34:06 2005 UTC (18 years, 11 months ago) by tim
File length: 42096 byte(s)
Diff to previous 2266
fix a bug which does not update me_i and me_j correctly

Revision 2266 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 22:12:45 2005 UTC (18 years, 11 months ago) by chuckv
File length: 42028 byte(s)
Diff to previous 2262
Changed cutoffs... Segfaults nicely now...

Revision 2262 - (view) (annotate) - [select for diffs]
Modified Sun Jul 3 20:53:43 2005 UTC (18 years, 11 months ago) by chuckv
File length: 41596 byte(s)
Diff to previous 2261
Added subroutine to set cuttoff for Interaction map and function in simulation.F90 to determine if a particular atype is present in a simulation.

Revision 2261 - (view) (annotate) - [select for diffs]
Modified Tue Jun 28 13:58:45 2005 UTC (19 years ago) by gezelter
File length: 38404 byte(s)
Diff to previous 2260
*** empty log message ***

Revision 2260 - (view) (annotate) - [select for diffs]
Modified Mon Jun 27 22:21:37 2005 UTC (19 years ago) by chuckv
File length: 40921 byte(s)
Diff to previous 2259
More breaking and destruction of force code. Does not build at this point...

Revision 2259 - (view) (annotate) - [select for diffs]
Modified Mon Jun 27 21:01:36 2005 UTC (19 years ago) by gezelter
File length: 37429 byte(s)
Diff to previous 2250
Breaky breaky!

Revision 2250 - (view) (annotate) - [select for diffs]
Modified Sun May 29 21:15:52 2005 UTC (19 years, 1 month ago) by chrisfen
File length: 38434 byte(s)
Diff to previous 2231
Removed balance from doForces

Revision 2231 - (view) (annotate) - [select for diffs]
Modified Wed May 18 18:31:40 2005 UTC (19 years, 1 month ago) by chrisfen
File length: 38454 byte(s)
Diff to previous 2229
Modifications to temper the dipolar strength in the first solvation shell for tap

Revision 2229 - (view) (annotate) - [select for diffs]
Modified Tue May 17 22:35:01 2005 UTC (19 years, 1 month ago) by chrisfen
File length: 38399 byte(s)
Diff to previous 2226
Modifications to tap.  Also correcting changes to the previous merge that were not caught

Revision 2226 - (view) (annotate) - [select for diffs]
Modified Tue May 17 02:09:25 2005 UTC (19 years, 1 month ago) by kdaily
File length: 38040 byte(s)
Diff to previous 2220
added gb

Revision 2220 - (view) (annotate) - [select for diffs]
Modified Thu May 5 14:47:35 2005 UTC (19 years, 1 month ago) by chrisfen
File length: 38399 byte(s)
Diff to previous 2211
OOPSE setup for TAP water.  It's not parametrized, but OOPSE will now let me run it...

Revision 2211 - (view) (annotate) - [select for diffs]
Modified Thu Apr 21 14:12:19 2005 UTC (19 years, 2 months ago) by chrisfen
File length: 37511 byte(s)
Diff to previous 2204
Shapes is limping along with a array bounds overwrite (I think...). At least the parser loads the forcefield fine...

Revision 2204 - (view) (annotate) - [select for diffs]
Modified Fri Apr 15 22:04:00 2005 UTC (19 years, 2 months ago) by gezelter
File length: 37189 byte(s)
Diff to previous 2129
xemacs has been drafted to perform our indentation services

Revision 2129 - (view) (annotate) - [select for diffs]
Modified Mon Mar 21 20:51:10 2005 UTC (19 years, 3 months ago) by chrisfen
File length: 38042 byte(s)
Diff to previous 2085
Make sure electrostatic_module provides data for reaction_field

Revision 2085 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 21:05:46 2005 UTC (19 years, 3 months ago) by gezelter
File length: 38054 byte(s)
Diff to previous 1948
electrostatic unification project

Revision 1948 - (view) (annotate) - [select for diffs]
Modified Fri Jan 14 20:31:16 2005 UTC (19 years, 5 months ago) by gezelter
File length: 37543 byte(s)
Diff to previous 1930
separating modules and C/Fortran interface subroutines

Revision 1930 - (view) (annotate) - [select for diffs]
Modified Wed Jan 12 22:41:40 2005 UTC (19 years, 5 months ago) by gezelter
File length: 38979 byte(s)
Diff to previous 1729
merging new_design branch into OOPSE-2.0

Revision 1729 - (view) (annotate) - [select for diffs]
Modified Thu Nov 11 21:46:29 2004 UTC (19 years, 7 months ago) by chrisfen
File length: 36759 byte(s)
Diff to previous 1706
Got rid of some write statements

Revision 1706 - (view) (annotate) - [select for diffs]
Modified Thu Nov 4 16:20:28 2004 UTC (19 years, 7 months ago) by gezelter
File length: 36757 byte(s)
Diff to previous 1688
fixed useXXX in the entry_plug so that it only is
set if the atoms really are in the simulation

Revision 1688 - (view) (annotate) - [select for diffs]
Modified Fri Oct 29 22:28:12 2004 UTC (19 years, 8 months ago) by chrisfen
File length: 36653 byte(s)
Diff to previous 1650
shapes rcut calculator added

Revision 1650 - (view) (annotate) - [select for diffs]
Modified Tue Oct 26 22:24:52 2004 UTC (19 years, 8 months ago) by gezelter
File length: 36661 byte(s)
Diff to previous 1636
forcefield refactoring for shapes

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Fri Oct 22 22:54:01 2004 UTC (19 years, 8 months ago) by chrisfen
File length: 36663 byte(s)
Diff to previous 1634
fixey fixey the breakey breakey

Revision 1634 - (view) (annotate) - [select for diffs]
Modified Fri Oct 22 21:21:02 2004 UTC (19 years, 8 months ago) by gezelter
File length: 36650 byte(s)
Diff to previous 1628
fixey fixey

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 20:15:31 2004 UTC (19 years, 8 months ago) by gezelter
File length: 34256 byte(s)
Diff to previous 1610
Breaky Breaky.   Fixey Fixey.

Revision 1610 - (view) (annotate) - [select for diffs]
Added Wed Oct 20 04:19:55 2004 UTC (19 years, 8 months ago) by gezelter
File length: 35282 byte(s)
Fortran name cleanup continues

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a