struct rgpot::ExprPot::Impl::NamedChildΒΆ
struct NamedChild {
// fields
std::string name;
std::unique_ptr<PotentialBase> child;
double energyValue = 0.0;
Lepton::CompiledExpression dEnergy;
};
struct NamedChild {
// fields
std::string name;
std::unique_ptr<PotentialBase> child;
double energyValue = 0.0;
Lepton::CompiledExpression dEnergy;
};