Class Scine::Utils::AvailableMethods

class AvailableMethods

This class defines the methods that are available for single-point calculations.

Public Static Functions

static std::unique_ptr<SinglePointMethod> createMethod(const MethodIdentifier &id)

Static function to create a RealTimeMethod.

Parameters
  • methodID: Type of the method to create.

static std::unique_ptr<MethodInitializer> createMethodInitializer(SinglePointMethod *method)

Given a method, creates the corresponding MethodInitializer. Returns nullptr if method is not valid (i.e. of type unknown to this class, or nullptr).