Skip to content

Instantly share code, notes, and snippets.

@pgbarletta
Created June 8, 2018 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgbarletta/41fcfc1d8c36640fde3266069a76a69e to your computer and use it in GitHub Desktop.
Save pgbarletta/41fcfc1d8c36640fde3266069a76a69e to your computer and use it in GitHub Desktop.
#include <iostream>
#include <chemfiles.hpp>
int main() {
chemfiles::Trajectory in_trj("/home/german/labo/18/lbp/run/4xcp/pca/full_avg_4xcp.pdb");
std::cout << " " << in_trj.nsteps() << '\n';
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment