Scine::Readuct  6.0.0
This is the SCINE module ReaDuct.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
EnergiesAndGradientsAlongSpline.h
Go to the documentation of this file.
1 
8 #ifndef READUCT_ELEMENTARYSTEPOPTIMIZATION_ENERGIESANDGRADIENTSALONGSPLINE_H
9 #define READUCT_ELEMENTARYSTEPOPTIMIZATION_ENERGIESANDGRADIENTSALONGSPLINE_H
10 
11 #include "PointSequence.h"
12 #include <Utils/Typenames.h>
13 #include <vector>
14 
15 // TODO: Improve documentation
16 
17 namespace Scine {
18 namespace Readuct {
19 
20 namespace ElementaryStepOptimization {
21 
26  PointSequence uValues{};
27  std::vector<double> energies{};
28  std::vector<Utils::GradientCollection> gradients{};
29 };
30 
31 } // namespace ElementaryStepOptimization
32 
33 } // namespace Readuct
34 } // namespace Scine
35 #endif // ELEMENTARYSTEPOPTIMIZATION_ENERGIESANDGRADIENTSALONGSPLINE_H