GQCP
|
This is the complete list of members for GQCP::CubicGrid, including all inherited members.
Centered(const Vector< double, 3 > &point, const size_t number_of_steps, const double step_size) | GQCP::CubicGrid | static |
CubicGrid(const Vector< double, 3 > &origin, const std::array< size_t, 3 > &numbers_of_steps, const std::array< double, 3 > &step_sizes) | GQCP::CubicGrid | |
evaluate(const Function< OutputType, Vector< double, 3 > > &function) const | GQCP::CubicGrid | inline |
forEach(const std::function< void(const size_t, const size_t, const size_t)> &callback) const | GQCP::CubicGrid | |
forEach(const std::function< void(const Vector< double, 3 > &)> &callback) const | GQCP::CubicGrid | |
integrate(const Field< T > &field) const | GQCP::CubicGrid | inline |
numberOfPoints() const | GQCP::CubicGrid | |
numbersOfSteps(const size_t axis) const | GQCP::CubicGrid | inline |
numbersOfSteps() const | GQCP::CubicGrid | inline |
origin() const | GQCP::CubicGrid | inline |
points() const | GQCP::CubicGrid | |
position(const size_t i, const size_t j, const size_t k) const | GQCP::CubicGrid | |
ReadCubeFile(const std::string &filename) | GQCP::CubicGrid | static |
ReadRegularGridFile(const std::string &filename) | GQCP::CubicGrid | static |
stepSize(const size_t axis) const | GQCP::CubicGrid | inline |
stepSizes() const | GQCP::CubicGrid | inline |
totalVolume() const | GQCP::CubicGrid | inline |
voxelVolume() const | GQCP::CubicGrid | |
writeToCubeFile(const Field< double > &scalar_field, const std::string &filename, const Molecule &molecule) const | GQCP::CubicGrid |