2#ifndef STORMM_COORDINATE_INTAKE_H
3#define STORMM_COORDINATE_INTAKE_H
8#include "Constants/behavior.h"
9#include "FileManagement/file_listing.h"
10#include "coordinateframe.h"
11#include "phasespace.h"
12#include "trajectory_enumerators.h"
30PhaseSpace loadPhaseSpace(
const std::string &file_name,
bool *files_found =
nullptr,
31 ExceptionResponse priority = ExceptionResponse::WARN,
32 CoordinateFileKind crd_format = CoordinateFileKind::UNKNOWN);
34std::vector<PhaseSpace>
35loadPhaseSpace(
const std::vector<std::string> &file_names,
bool *files_found =
nullptr,
36 ExceptionResponse priority = ExceptionResponse::WARN,
37 CoordinateFileKind crd_format = CoordinateFileKind::UNKNOWN);
An object to complement a topology and hold positions, velocities, and forces of all particles in a s...
Definition phasespace.h:141