Gromacs
2025-dev-20240910-a7e2421
|
#include "scatteringfactors.h"
#include <cstdio>
#include <filesystem>
#include "gromacs/utility/fileptr.h"
#include "gromacs/utility/futil.h"
#include "gromacs/utility/strdb.h"
#include "isotope.h"
Implements helper functions for reading structure factors from datafile.
Functions | |
std::vector < AtomicStructureFactor > | gmx::readAtomicStructureFactors () |
Helper function to read in atomic scattering data from file. | |