18#ifndef VOTCA_CSG_LAMMPSDUMPREADER_H
19#define VOTCA_CSG_LAMMPSDUMPREADER_H
59 bool Open(
const std::string &file)
override;
65 void Close()
override;
class for reading lammps dump files
const tools::MolarEnergyUnit energy_unit
const tools::MolarForceUnit force_unit
const tools::DistanceUnit distance_unit
Assuming units are using 'units real' lammps command.
const tools::MassUnit mass_unit
void ReadAtoms(Topology &top, std::string itemline)
void ReadNumAtoms(Topology &top)
const tools::TimeUnit time_unit
void ReadBox(Topology &top)
const tools::VelocityUnit velocity_unit
bool ReadTopology(std::string file, Topology &top) override
open a topology file
LAMMPSDumpReader()=default
bool NextFrame(Topology &top) override
read in the next frame
~LAMMPSDumpReader() override=default
void ReadTimestep(Topology &top)
bool Open(const std::string &file) override
open a trejectory file
bool FirstFrame(Topology &top) override
read in the first frame
const tools::ChargeUnit charge_unit
topology of the whole system
trajectoryreader interface
base class for all analysis tools