Ignore:
Timestamp:
Sep 9, 2008, 8:37:07 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
8e52aa
Parents:
ec4e84
Message:

new function: molecule::OutputTemperatureFromTrajectories() stores velocities as temperature

In order to use VibrAlyzer we need a temperature file, which we don't have anymore as we do the M
D in molecuilder now. Hence, there is a new command line switch (-L) and a menu item in MeasureAt
oms() in order to print temperature or to store it to a given file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    rec4e84 r79cd79  
    316316  bool OutputTrajectoriesXYZ(ofstream *out);
    317317  bool Checkout(ofstream *out) const;
     318  bool OutputTemperatureFromTrajectories(ofstream *out, int startstep, int endstep, ofstream *output);
    318319
    319320  private:
Note: See TracChangeset for help on using the changeset viewer.