Ignore:
Timestamp:
Sep 11, 2008, 1:28:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
63b5c31
Parents:
c99adf
git-author:
Frederik Heber <heber@…> (09/05/08 16:56:31)
git-committer:
Frederik Heber <heber@…> (09/11/08 13:28:25)
Message:

Basic implementation of Constrained MD is done, missing testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    rc99adf r909610  
    261261        double VolumeOfConvexEnvelope(ofstream *out, bool IsAngstroem);
    262262        bool VerletForceIntegration(ofstream *out, char *file, double delta_t, bool IsAngstroem, int DoConstrained);
    263         double ConstrainedPotential(ofstream *out, int *permutation, int start, int end, double *constants, bool IsAngstroem);
    264         double MinimiseConstrainedPotential(ofstream *out, ForceMatrix *Force, int targetstep);
     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);
    265265       
    266266  bool CheckBounds(const Vector *x) const;
Note: See TracChangeset for help on using the changeset viewer.