Changeset 63b5c31 for molecuilder/src/molecules.hpp
- Timestamp:
- Sep 11, 2008, 1:28:25 PM (17 years ago)
- Children:
- 9070650
- Parents:
- 909610
- git-author:
- Frederik Heber <heber@…> (09/09/08 15:29:58)
- git-committer:
- Frederik Heber <heber@…> (09/11/08 13:28:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r909610 r63b5c31 262 262 bool VerletForceIntegration(ofstream *out, char *file, double delta_t, bool IsAngstroem, int DoConstrained); 263 263 double ConstrainedPotential(ofstream *out, atom **permutation, int start, int end, double *constants, bool IsAngstroem); 264 double MinimiseConstrainedPotential(ofstream *out, ForceMatrix *Force, int startstep, int endstep, bool IsAngstroem); 264 double MinimiseConstrainedPotential(ofstream *out, atom **&permutation, int startstep, int endstep, bool IsAngstroem); 265 void EvaluateConstrainedForces(ofstream *out, int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force); 266 bool LinearInterpolationBetweenConfiguration(ofstream *out, int startstep, int endstep, const char *prefix, config &configuration); 265 267 266 268 bool CheckBounds(const Vector *x) const; … … 340 342 bool AddHydrogenCorrection(ofstream *out, char *path); 341 343 bool StoreForcesFile(ofstream *out, char *path, int *SortIndex); 342 bool OutputConfigForListOfFragments(ofstream *out, con fig *configuration, int *SortIndex);344 bool OutputConfigForListOfFragments(ofstream *out, const char *fragmentprefix, config *configuration, int *SortIndex, bool DoPeriodic, bool DoCentering); 343 345 void Output(ofstream *out); 344 346 … … 389 391 double Deltat; 390 392 int DoConstrainedMD; 393 int MaxOuterStep; 391 394 392 395 private: … … 410 413 int Seed; 411 414 412 int MaxOuterStep;413 415 int OutVisStep; 414 416 int OutSrcStep;
Note:
See TracChangeset
for help on using the changeset viewer.