Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
PLMD::ves::VesBias Class Referenceabstract

#include <VesBias.h>

Inheritance diagram for PLMD::ves::VesBias:
Inheritance graph
[legend]

Public Types

typedef std::vector< Action * > Dependencies
 

Public Member Functions

 VesBias (const ActionOptions &ao)
 
 ~VesBias ()
 
virtual void activate ()
 Set action to active. More...
 
void addComponent (const std::string &name, const std::vector< unsigned > &shape=std::vector< unsigned >())
 Add a value with a name like label.name. More...
 
virtual void addComponentWithDerivatives (const std::string &name, const std::vector< unsigned > &shape=std::vector< unsigned >())
 Add a value with a name like label.name that has derivatives. More...
 
void addDependency (Action *)
 Specify that this Action depends on another one. More...
 
void addForcesOnArguments (const unsigned &argstart, const std::vector< double > &forces, unsigned &ind, const std::string &c)
 Add forces to arguments (used in apply) More...
 
void addValue (const std::vector< unsigned > &shape=std::vector< unsigned >())
 Add a value with the name label. More...
 
virtual void addValueWithDerivatives (const std::vector< unsigned > &shape=std::vector< unsigned >())
 Add a value with the name label that has derivatives. More...
 
void apply () override
 Apply an Action. More...
 
void applyBiasCutoff (double &, std::vector< double > &) const
 
void applyBiasCutoff (double &, std::vector< double > &, std::vector< double > &) const
 
virtual void beforeUpdate ()
 Before Update. More...
 
bool biasCutoffActive () const
 
double bringBackInPbc (int i, double d1) const
 Takes one value and brings it back into the pbc of argument i. More...
 
virtual void calculate ()=0
 Calculate an Action. More...
 
virtual bool calculateConstantValues (const bool &have_atoms)
 Used to calculate constant values in startup. More...
 
void calculateFromPDB (const PDB &)
 Calculate the action given a pdb file as input. More...
 
virtual void calculateNumericalDerivatives (ActionWithValue *a=NULL)
 Perform calculation using numerical derivatives N.B. More...
 
void calculateNumericalDerivatives (ActionWithValue *a=NULL) override
 Calculate the numerical derivatives N.B. More...
 
virtual bool calculateOnUpdate ()
 This is used to check if we run calculate during the update step. More...
 
virtual double calculateReweightFactor () const
 
virtual ActionAtomisticcastToActionAtomistic () noexcept
 
virtual ActionForInterfacecastToActionForInterface () noexcept
 
virtual ActionShortcutcastToActionShortcut () noexcept
 
virtual ActionToGetDatacastToActionToGetData () noexcept
 
virtual ActionToPutDatacastToActionToPutData () noexcept
 
virtual ActionWithArgumentscastToActionWithArguments () noexcept
 
ActionWithArgumentscastToActionWithArguments () noexcept final
 
virtual ActionWithValuecastToActionWithValue () noexcept
 Specialized casts, to make PlumedMain run faster. More...
 
ActionWithValuecastToActionWithValue () noexcept final
 Specialized casts, to make PlumedMain run faster. More...
 
virtual ActionWithVirtualAtomcastToActionWithVirtualAtom () noexcept
 
virtual DomainDecompositioncastToDomainDecomposition () noexcept
 
virtual PbcActioncastToPbcAction () noexcept
 
virtual void checkFieldsAllowed ()
 
bool checkForDependency (Action *)
 Check that this action does not depend on the action in the argument. More...
 
virtual bool checkNeedsGradients () const
 Check if the action needs gradient. More...
 
virtual bool checkNumericalDerivatives () const
 Check if numerical derivatives should be performed. More...
 
bool checkNumericalDerivatives () const override
 Check if numerical derivatives should be used. More...
 
void checkRead ()
 Check if Action was properly read. More...
 
bool checkUpdate () const
 Check if action should be updated. More...
 
std::string cite (const std::string &s)
 Cite a paper see PlumedMain::cite. More...
 
void clearDependencies ()
 Clear the dependence list for this Action. More...
 
virtual void clearDerivatives (const bool &force=false)
 Clear the derivatives of values wrt parameters. More...
 
void clearGradientAndHessian ()
 
virtual void clearInputForces (const bool &force=false)
 Clear the forces on the values. More...
 
virtual void clearOptions ()
 
CoeffsVectorCoeffs (const unsigned int coeffs_id=0) const
 
void componentIsNotPeriodic (const std::string &name)
 Set your value component to have no periodicity. More...
 
void componentIsPeriodic (const std::string &name, const std::string &min, const std::string &max)
 Set the value to be periodic with a particular domain. More...
 
bool computeHessian () const
 
ValuecopyOutput (const std::string &name) const
 Return a pointer to the value with name (this is used to retrieve values in other PLMD::Actions) You should NEVER use this routine to refer to the components of your PLMD::Action. More...
 
ValuecopyOutput (const unsigned &n) const
 Return a pointer to the value with this number (this is used to retrieve values in other PLMD::Actions) You should NEVER use this routine to refer to the components of your PLMD::Action. More...
 
virtual void deactivate ()
 Set action to inactive. More...
 
bool diagonalHessian () const
 
double difference (int, double, double) const
 Takes the difference taking into account pbc for arg i. More...
 
void disableBiasFileOutput ()
 
void disableDynamicTargetDistFileOutput ()
 
void disableDynamicTargetDistribution ()
 
void disableFesFileOutput ()
 
void disableFesFileProjOutput ()
 
void disableHessian ()
 
void disableStaticTargetDistFileOutput ()
 
virtual bool doNotCalculateDerivatives () const
 Are we not calculating derivatives. More...
 
bool dynamicTargetDistribution () const
 
void enableBiasFileOutput ()
 
void enableDynamicTargetDistFileOutput ()
 
void enableDynamicTargetDistribution ()
 
void enableFesFileOutput ()
 
void enableFesProjFileOutput ()
 
void enableHessian (const bool diagonal_hessian=true)
 
void enableIterationNumberInFilenames ()
 
void enableMultipleCoeffsSets ()
 
void enableStaticTargetDistFileOutput ()
 
void error (const std::string &msg) const
 Crash calculation and print documentation. More...
 
bool exists (const std::string &name) const
 Check if a value with a particular name is present. More...
 
void exit (int c=0)
 Exit with error code c. More...
 
int fclose (FILE *fp)
 Closes a file opened with Action::fclose(). More...
 
void fflush ()
 Tell to the Action to flush open files. More...
 
bool filenamesIncludeIterationNumber () const
 
FILE * fopen (const char *path, const char *mode)
 Opens a file. More...
 
double getArgument (const unsigned n) const
 Returns the value of an argument. More...
 
virtual const std::vector< Value * > & getArguments () const
 Returns an array of pointers to the arguments. More...
 
double getBeta () const
 
double getBiasCutoffSwitchingFunction (const double) const
 
double getBiasCutoffSwitchingFunction (const double, double &) const
 
double getBiasCutoffValue () const
 
std::string getBiasFileFmt () const
 
std::string getBiasOutputFilename () const
 
size_t getCoeffsIndex (const std::vector< unsigned int > &indices, const unsigned int coeffs_id=0) const
 
std::vector< unsigned int > getCoeffsIndices (const size_t index, const unsigned int coeffs_id=0) const
 
CoeffsVectorgetCoeffsPntr (const unsigned int coeffs_id=0) const
 
std::vector< CoeffsVector * > getCoeffsPntrs () const
 
std::string getCoeffsSetFilenameSuffix (const unsigned int coeffs_id) const
 
std::string getComponentsList () const
 get a string that contains all the available components More...
 
std::vector< std::string > getComponentsVector () const
 get a vector that contains the label for all the components More...
 
bool getCPT () const
 Return true if we are doing at a checkpoint step. More...
 
double getCurrentBiasMaxValue () const
 
std::string getCurrentBiasOutputFilename (const std::string &suffix="") const
 
std::string getCurrentFesOutputFilename (const std::string &suffix="") const
 
std::string getCurrentOutputFilename (const std::string &, const std::string &suffix="") const
 
std::string getCurrentTargetDistOutputFilename (const std::string &suffix="") const
 
std::string getDefaultString () const
 Get the defaults. More...
 
const DependenciesgetDependencies () const
 Return dependencies. More...
 
bool getExchangeStep () const
 Check if we are on an exchange step. More...
 
std::string getFesFileFmt () const
 
std::string getFesOutputFilename () const
 
CoeffsVectorgetGradientPntr (const unsigned int coeffs_id=0) const
 
std::vector< CoeffsVector * > getGradientPntrs () const
 
std::vector< unsigned int > getGridBins () const
 
std::vector< double > getGridMax () const
 
std::vector< double > getGridMin () const
 
size_t getHessianIndex (const size_t index1, const size_t index2, const unsigned int coeffs_id=0) const
 
CoeffsMatrixgetHessianPntr (const unsigned int coeffs_id=0) const
 
std::vector< CoeffsMatrix * > getHessianPntrs () const
 
unsigned int getIterationCounter () const
 
std::string getIterationFilenameSuffix () const
 
double getkBT ()
 Get the value of kBT by either reading the TEMP keyword and multiplying the temperature by Boltzmann's constant or get it fro the MD code. More...
 
double getKbT () const
 
std::string getKeyword (const std::string &key)
 Just read one of the keywords and return the whole thing as a string. More...
 
const std::string & getLabel () const
 Returns the label. More...
 
const std::string & getName () const
 Returns the name. More...
 
virtual unsigned getNumberOfArguments () const
 Returns the number of arguments. More...
 
int getNumberOfComponents () const
 Returns the number of values defined. More...
 
unsigned getNumberOfDerivatives () override
 
unsigned int getNumberOfProjectionArguments () const
 
unsigned int getNumberOfTargetDistributionPntrs () const
 
std::unique_ptr< OFilegetOFile (const std::string &filename, const bool multi_sim_single_file=false, const bool enforce_backup=true)
 
OptimizergetOptimizerPntr () const
 
double getOutputQuantity (const std::string &name) const
 Get the value with a specific name (N.B. if there is no such value this returns zero) More...
 
double getOutputQuantity (const unsigned j) const
 Get the value of one of the components of the PLMD::Action. More...
 
ValuegetPntrToArgument (const unsigned n) const
 Return a pointer to specific argument. More...
 
double getProjection (unsigned i, unsigned j) const
 Get the scalar product between the gradients of two variables. More...
 
std::vector< std::string > getProjectionArgument (unsigned int i) const
 
std::vector< std::vector< std::string > > getProjectionArguments () const
 
bool getRestart () const
 Return true if we are doing a restart. More...
 
long long int getStep () const
 Return the present timestep. More...
 
int getStride () const
 Get the stride. More...
 
CoeffsVectorgetTargetDistAveragesPntr (const unsigned int coeffs_id=0) const
 
std::vector< CoeffsVector * > getTargetDistAveragesPntrs () const
 
std::string getTargetDistFileFmt () const
 
std::string getTargetDistOutputFilename () const
 
std::string getTargetDistRestartFileFmt () const
 
std::vector< TargetDistribution * > getTargetDistributionPntrs () const
 
double getTime () const
 Return the present time. More...
 
double getTimeStep () const
 Return the timestep. More...
 
CoeffsVectorGradient (const unsigned int coeffs_id=0) const
 
CoeffsMatrixHessian (const unsigned int coeffs_id=0) const
 
bool isActive () const
 Check if action is active. More...
 
bool isBiasFileOutputActive () const
 
bool isDynamicTargetDistFileOutputActive () const
 
bool isFesFileOutputActive () const
 
bool isFesProjFileOutputActive () const
 
bool isOptionOn (const std::string &s) const
 Check if an option is on. More...
 
bool isReweightFactorCalculated () const
 
bool isStaticTargetDistFileOutputActive () const
 
void linkOptimizer (Optimizer *)
 
virtual void lockRequests ()
 
void lockRequests () override
 
size_t numberOfCoeffs (const unsigned int coeffs_id=0) const
 
unsigned int numberOfCoeffsSets () const
 
virtual bool onStep () const
 Check if the action is active on this step. More...
 
bool optimizeCoeffs () const
 
template<class T >
void parse (const std::string &key, T &t)
 Parse one keyword as generic type. More...
 
bool parseArgumentList (const std::string &key, int i, std::vector< Value * > &args)
 Parse a numbered list of arguments. More...
 
void parseArgumentList (const std::string &key, std::vector< Value * > &args)
 Parse a list of arguments. More...
 
void parseFlag (const std::string &key, bool &t)
 Parse one keyword as boolean flag. More...
 
template<class T >
bool parseNumbered (const std::string &key, const int no, T &t)
 Parse one numbered keyword as generic type. More...
 
template<class T >
bool parseNumberedVector (const std::string &key, const int no, std::vector< T > &t)
 Parse a vector with a number. More...
 
template<class T >
void parseVector (const std::string &key, std::vector< T > &t)
 Parse one keyword as std::vector. More...
 
virtual void prepare ()
 Prepare an Action for calculation This can be used by Action if they need some special preparation before calculation. More...
 
virtual void readAtomsFromPDB (const PDB &)
 This is overwritten in ActionAtomistic so that we can read the atoms from the pdb input file rather than taking them from the MD code. More...
 
void requestArguments (const std::vector< Value * > &arg)
 Setup the dependencies. More...
 
void requestExtraDependencies (const std::vector< Value * > &extra)
 
virtual void resetBiasFileOutput ()
 
virtual void resetFesFileOutput ()
 
virtual void resetFesProjFileOutput ()
 
virtual void resetTargetDistFileOutput ()
 
virtual void resetTargetDistProjFileOutput ()
 
virtual void restartTargetDistributions ()
 
virtual void runFinalJobs ()
 RunFinalJobs This method is called once at the very end of the calculation. More...
 
void setCurrentBiasMaxValue (const double max_value)
 
void setGradients (Value *myval, unsigned &start) const
 Get the gradient for this action. More...
 
virtual void setGradientsIfNeeded ()
 Calculate the gradients and store them for all the values (need for projections) More...
 
void setGridBins (const std::vector< unsigned int > &)
 
void setGridBins (const unsigned int)
 
void setGridMax (const std::vector< double > &)
 
void setGridMin (const std::vector< double > &)
 
void setNotPeriodic ()
 Set your default value to have no periodicity. More...
 
virtual void setOption (const std::string &s)
 
void setPeriodic (const std::string &min, const std::string &max)
 Set the value to be periodic with a particular domain. More...
 
void setStride (const int &n)
 Set the value of the stride. More...
 
void setupBiasCutoff (const double, const double)
 
virtual void setupBiasFileOutput ()
 
void setupConstantValues (const bool &have_atoms)
 This calculates any values that are constant and ensures that we don't calculate these actions on every timestep. More...
 
virtual void setupFesFileOutput ()
 
virtual void setupFesProjFileOutput ()
 
virtual void setupTargetDistFileOutput ()
 
virtual void setupTargetDistProjFileOutput ()
 
void setValue (Value *, double)
 Set the value. More...
 
CoeffsVectorTargetDistAverages (const unsigned int coeffs_id=0) const
 
size_t totalNumberOfCoeffs () const
 
virtual void turnOnDerivatives ()
 Activate the calculation of derivatives. More...
 
virtual void unlockRequests ()
 
void unlockRequests () override
 
virtual void update ()
 Update. More...
 
void updateGradientAndHessian (const bool)
 
void updateReweightFactor ()
 
virtual void updateTargetDistributions ()
 
bool useMultipleWalkers () const
 
void useNumericalDerivatives ()
 This forces the class to use numerical derivatives. More...
 
void warning (const std::string &msg)
 Issue a warning. More...
 
virtual void writeBiasToFile ()
 
virtual void writeFesProjToFile ()
 
virtual void writeFesToFile ()
 
virtual std::string writeInGraph () const
 Get the info on what to calculate. More...
 
virtual void writeTargetDistProjToFile ()
 
virtual void writeTargetDistToFile ()
 

Static Public Member Functions

static void componentsAreNotOptional (Keywords &keys)
 Puts a message into the manual that the components always output. More...
 
static void interpretArgumentList (const std::vector< std::string > &c, const ActionSet &as, Action *action, std::vector< Value * > &arg)
 Convert a list of argument names into a list of pointers to the values. More...
 
static void noAnalyticalDerivatives (Keywords &keys)
 Insist that numerical derivatives should always be used for an action and make this fact appear in the manual. More...
 
static void registerKeywords (Keywords &)
 
static void useBiasCutoffKeywords (Keywords &)
 
static void useCustomisableComponents (Keywords &keys)
 The components in the action will depend on the user. More...
 
static void useGridBinKeywords (Keywords &)
 
static void useGridLimitsKeywords (Keywords &)
 
static void useInitialCoeffsKeywords (Keywords &)
 
static void useMultipleTargetDistributionKeywords (Keywords &)
 
static void useProjectionArgKeywords (Keywords &)
 
static void useReweightFactorKeywords (Keywords &)
 
static void useTargetDistributionKeywords (Keywords &)
 

Public Attributes

Communicatorcomm
 
std::set< FILE * > files
 
const Keywordskeywords
 
Loglog
 Reference to the log stream. More...
 
Communicatormulti_sim_comm
 
PlumedMainplumed
 Reference to main plumed object. More...
 

Protected Member Functions

void addCoeffsSet (const std::vector< std::string > &, const std::vector< unsigned int > &)
 
void addCoeffsSet (std::unique_ptr< CoeffsVector >)
 
void addCoeffsSet (std::vector< Value * > &, std::vector< BasisFunctions * > &)
 
void addToSampledAverages (const std::vector< double > &, const unsigned int c_id=0)
 
bool checkForForces ()
 Accumulate the forces from the Values. More...
 
void checkThatTemperatureIsGiven ()
 
void clearCoeffsPntrsVector ()
 
void expandArgKeywordInPDB (const PDB &pdb)
 This changes the arg keyword in the pdb file. More...
 
std::string getCoeffsSetLabelString (const std::string &, const unsigned int coeffs_id=0) const
 
const ValuegetConstPntrToComponent (int i) const
 Get a const pointer to the ith component. More...
 
const std::vector< double > & getForcesToApply () const
 Get the forces to apply. More...
 
double getKBoltzmann () const
 Get the value of Boltzmann's constant. More...
 
ValuegetPntrToComponent (const std::string &name)
 Return a pointer to the value by name. More...
 
ValuegetPntrToComponent (int i)
 Return a pointer to the component by index. More...
 
ValuegetPntrToValue ()
 Get a pointer to the default value. More...
 
const UnitsgetUnits () const
 Get the units that we are operating in. More...
 
template<class T >
bool parseMultipleValues (const std::string &, std::vector< T > &, unsigned int)
 
template<class T >
bool parseMultipleValues (const std::string &, std::vector< T > &, unsigned int, const T &)
 
bool readCoeffsFromFiles ()
 
void setBias (double bias)
 set the value of the bias More...
 
void setOutputForce (int i, double f)
 set the force from the bias on argument i, this automatically set the partial derivative of the bias with respect to i to -f More...
 
void setTargetDistAverages (const CoeffsVector &, const unsigned int coeffs_id=0)
 
void setTargetDistAverages (const std::vector< double > &, const unsigned int coeffs_id=0)
 
void setTargetDistAveragesToZero (const unsigned int coeffs_id=0)
 
void setValue (const double &d)
 Set the default value (the one without name) More...
 
bool usingNaturalUnits () const
 Are we using natural units. More...
 

Private Member Functions

std::vector< double > computeCovarianceFromAverages (const unsigned int) const
 
int getComponent (const std::string &name) const
 Return the index for the component named name. More...
 
void initializeCoeffs (std::unique_ptr< CoeffsVector >)
 
void multiSimSumAverages (const unsigned int, const double walker_weight=1.0)
 

Private Attributes

bool active
 Switch to activate Action on this step. More...
 
Dependencies after
 Actions on which this Action depends. More...
 
std::vector< Value * > arguments
 
std::vector< unsigned int > aver_counters
 
double bias_current_max_value
 
bool bias_cutoff_active_
 
std::unique_ptr< FermiSwitchingFunctionbias_cutoff_swfunc_pntr_
 
double bias_cutoff_value_
 
std::string bias_file_fmt_
 
std::string bias_filename_
 
bool bias_fileoutput_active_
 
bool calc_reweightfactor_
 
std::vector< std::string > coeffs_fnames
 
std::string coeffs_id_prefix_
 
std::vector< std::unique_ptr< CoeffsVector > > coeffs_pntrs_
 
bool compute_hessian_
 
std::string defaults
 The set of default arguments that we are using. More...
 
bool diagonal_hessian_
 
bool doCheckPoint
 
bool dynamic_targetdist_
 
bool dynamic_targetdist_fileoutput_active_
 
std::vector< double > f
 
std::string fes_file_fmt_
 
std::string fes_filename_
 
bool fes_fileoutput_active_
 
bool fesproj_fileoutput_active_
 
bool filenames_have_iteration_number_
 
bool firststep
 This finishes setup on first step to check if actions are calculated during update. More...
 
std::vector< double > forces
 
std::vector< double > forcesForApply
 A vector that is used to hold the forces that we will apply on the input quantities. More...
 
std::vector< std::unique_ptr< CoeffsVector > > gradient_pntrs_
 
std::vector< unsigned int > grid_bins_
 
std::vector< double > grid_max_
 
std::vector< double > grid_min_
 
std::vector< std::unique_ptr< CoeffsMatrix > > hessian_pntrs_
 
double kbt_
 
std::string label
 Label of the Action, as set with LABEL= in the plumed.dat file. More...
 
std::vector< std::string > line
 Directive line. More...
 
bool lockRequestArguments
 
const std::string name
 Name of the directive in the plumed.dat file. More...
 
size_t ncoeffs_total_
 
unsigned int ncoeffssets_
 
bool never_activate
 
bool noderiv
 Are we skipping the calculation of the derivatives. More...
 
bool numericalDerivatives
 Are we using numerical derivatives to differentiate. More...
 
double optimization_threshold_
 
bool optimize_coeffs_
 
Optimizeroptimizer_pntr_
 
std::set< std::string > options
 Option that you might have enabled. More...
 
std::vector< double > outputForces
 the vector of the forces More...
 
std::vector< std::vector< std::string > > projection_args_
 
int replica_index
 
bool restart
 
std::vector< std::vector< double > > sampled_averages
 
std::vector< std::vector< double > > sampled_cross_averages
 
bool static_targetdist_fileoutput_active_
 
int stride
 
std::string targetdist_averages_filename_
 
std::vector< std::unique_ptr< CoeffsVector > > targetdist_averages_pntrs_
 
std::string targetdist_file_fmt_
 
std::string targetdist_filename_
 
std::vector< TargetDistribution * > targetdist_pntrs_
 
std::string targetdist_restart_file_fmt_
 
double timestep
 Save the timestep here. More...
 
double update_from
 Update only after this time. More...
 
double update_until
 Update only until this time. More...
 
bool use_multiple_coeffssets_
 
std::vector< unsigned > valsToForce
 
ValuevalueBias
 the pointer to the bias component More...
 
std::vector< std::unique_ptr< Value > > values
 An array containing the values for this action. More...
 

Detailed Description

Abstract base class for implementing biases the extents the normal Bias.h class to include functions related to the variational approach.

Member Typedef Documentation

◆ Dependencies

typedef std::vector<Action*> PLMD::Action::Dependencies
inherited

Constructor & Destructor Documentation

◆ VesBias()

PLMD::ves::VesBias::VesBias ( const ActionOptions ao)
explicit

◆ ~VesBias()

PLMD::ves::VesBias::~VesBias ( )

Member Function Documentation

◆ activate()

void PLMD::Action::activate ( )
virtualinherited

Set action to active.

◆ addCoeffsSet() [1/3]

void PLMD::ves::VesBias::addCoeffsSet ( const std::vector< std::string > &  dimension_labels,
const std::vector< unsigned int > &  indices_shape 
)
protected

◆ addCoeffsSet() [2/3]

void PLMD::ves::VesBias::addCoeffsSet ( std::unique_ptr< CoeffsVector coeffs_pntr_in)
protected

◆ addCoeffsSet() [3/3]

void PLMD::ves::VesBias::addCoeffsSet ( std::vector< Value * > &  args,
std::vector< BasisFunctions * > &  basisf 
)
protected

◆ addComponent()

void PLMD::ActionWithValue::addComponent ( const std::string &  name,
const std::vector< unsigned > &  shape = std::vector<unsigned>() 
)
inherited

Add a value with a name like label.name.

◆ addComponentWithDerivatives()

void PLMD::ActionWithValue::addComponentWithDerivatives ( const std::string &  name,
const std::vector< unsigned > &  shape = std::vector<unsigned>() 
)
virtualinherited

Add a value with a name like label.name that has derivatives.

Reimplemented in PLMD::colvar::MultiColvarTemplate< T >.

◆ addDependency()

void PLMD::Action::addDependency ( Action action)
inherited

Specify that this Action depends on another one.

◆ addForcesOnArguments()

void PLMD::ActionWithArguments::addForcesOnArguments ( const unsigned &  argstart,
const std::vector< double > &  forces,
unsigned &  ind,
const std::string &  c 
)
inherited

Add forces to arguments (used in apply)

◆ addToSampledAverages()

void PLMD::ves::VesBias::addToSampledAverages ( const std::vector< double > &  values,
const unsigned int  c_id = 0 
)
protected

◆ addValue()

void PLMD::ActionWithValue::addValue ( const std::vector< unsigned > &  shape = std::vector<unsigned>())
inherited

Add a value with the name label.

◆ addValueWithDerivatives()

void PLMD::ActionWithValue::addValueWithDerivatives ( const std::vector< unsigned > &  shape = std::vector<unsigned>())
virtualinherited

Add a value with the name label that has derivatives.

Reimplemented in PLMD::colvar::MultiColvarTemplate< T >.

◆ apply()

void PLMD::bias::Bias::apply ( )
overridevirtualinherited

Apply an Action.

This method is called one time per step. The set of all Actions is applied in backward order.

Implements PLMD::Action.

◆ applyBiasCutoff() [1/2]

void PLMD::ves::VesBias::applyBiasCutoff ( double &  bias,
std::vector< double > &  forces 
) const
inline

◆ applyBiasCutoff() [2/2]

void PLMD::ves::VesBias::applyBiasCutoff ( double &  bias,
std::vector< double > &  forces,
std::vector< double > &  coeffsderivs_values 
) const
inline

◆ beforeUpdate()

virtual void PLMD::Action::beforeUpdate ( )
inlinevirtualinherited

Before Update.

This is a special method that is called just before the update() method. It can be used by actions that want to do something irrespectively of the fact that update() is active or not. In other words, this is always called, even when action is not active.

Reimplemented in PLMD::generic::UpdateIf.

◆ biasCutoffActive()

bool PLMD::ves::VesBias::biasCutoffActive ( ) const
inline

◆ bringBackInPbc()

double PLMD::ActionWithArguments::bringBackInPbc ( int  i,
double  d1 
) const
inlineinherited

Takes one value and brings it back into the pbc of argument i.

◆ calculate()

virtual void PLMD::Action::calculate ( )
pure virtualinherited

Calculate an Action.

This method is called one or more times per step. The set of all Actions is calculated in forward order.

Implemented in PLMD::bias::MetaD, PLMD::isdb::CS2Backbone, PLMD::isdb::SAXS, PLMD::bias::PBMetaD, PLMD::ves::VesLinearExpansion, PLMD::isdb::EMMI, PLMD::isdb::Metainference, PLMD::opes::OPESmetad< mode >, PLMD::isdb::RDC, PLMD::function::FuncPathMSD, PLMD::generic::FitToTemplate, PLMD::function::FuncSumHills, PLMD::ves::Optimizer, PLMD::gridtools::DumpGrid, PLMD::ves::BasisFunctions, PLMD::ves::TargetDistribution, PLMD::opes::OPESexpanded, PLMD::ves::VesDeltaF, PLMD::generic::Plumed, PLMD::generic::WrapAround, PLMD::generic::Include, PLMD::bias::MaxEnt, PLMD::generic::DumpAtoms, PLMD::vatom::Center, PLMD::colvar::Distance, PLMD::colvar::Dimer, PLMD::generic::EffectiveEnergyDrift, PLMD::bias::ExtendedLagrangian, PLMD::colvar::Torsion, PLMD::bias::MovingRestraint, PLMD::bias::External, PLMD::colvar::ContactMap, PLMD::generic::WholeMolecules, PLMD::colvar::ERMSD, PLMD::colvar::Angle, PLMD::crystdistrib::Quaternion, PLMD::isdb::Shadow, PLMD::colvar::Position, PLMD::generic::ResetCell, PLMD::ves::OutputFesBias, PLMD::function::Target, PLMD::isdb::JCoupling, PLMD::colvar::EEFSolv, PLMD::generic::Read, PLMD::analysis::AnalysisBase, PLMD::colvar::Dipole, PLMD::vatom::FixedAtom, PLMD::colvar::PathMSDBase, PLMD::colvar::SelectMassCharge, PLMD::analysis::Wham, PLMD::bias::ABMD, PLMD::clusters::ClusterDistribution, PLMD::generic::DumpMassCharge, PLMD::colvar::Gyration, PLMD::isdb::FretEfficiency, PLMD::ves::OutputBasisFunctions, PLMD::generic::UpdateIf, PLMD::adjmat::ActionWithMatrix, PLMD::generic::Print, PLMD::ves::OutputTargetDistribution, PLMD::isdb::PRE, PLMD::membranefusion::memFusionP, PLMD::fourier::FourierTransform, PLMD::membranefusion::fusionPoreNucleationP, PLMD::function::LocalEnsemble, PLMD::bias::LWalls, PLMD::bias::UWalls, PLMD::membranefusion::fusionPoreExpansionP, PLMD::generic::RandomExchanges, PLMD::bias::BiasValue, PLMD::contour::DistanceFromContour, PLMD::isdb::NOE, PLMD::maze::Loss, PLMD::bias::Restraint, PLMD::colvar::DihedralCorrelation, PLMD::colvar::Puckering, PLMD::colvar::Plane, PLMD::analysis::Committor, PLMD::ActionForInterface, PLMD::generic::Flush, PLMD::isdb::Selector, PLMD::secondarystructure::SecondaryStructureRMSD, PLMD::function::Ensemble, PLMD::generic::Constant, PLMD::function::FunctionOfVector< T >, PLMD::function::Stats, PLMD::GenericMolInfo, PLMD::generic::DumpDerivatives, PLMD::generic::DumpForces, PLMD::generic::EndPlumed, PLMD::vatom::Ghost, PLMD::generic::Debug, PLMD::gridtools::FindGridOptimum, PLMD::clusters::ClusterWeights, PLMD::generic::DumpProjections, PLMD::analysis::Accumulate, PLMD::analysis::Collect, PLMD::colvar::Template, PLMD::generic::DumpPDB, PLMD::vatom::ArgsToVatom, PLMD::colvar::Cell, PLMD::opes::ExpansionCVs, PLMD::valtools::Concatenate, PLMD::clusters::ClusteringBase, PLMD::ActionShortcut, PLMD::adjmat::DiagonalizeMatrix, PLMD::adjmat::InvertMatrix, PLMD::colvar::RMSDVector, PLMD::contour::DumpContour, PLMD::generic::DumpVector, PLMD::valtools::SelectComponents, PLMD::colvar::MultiColvarTemplate< T >, PLMD::colvar::Volume, PLMD::function::FunctionOfScalar< T >, PLMD::generic::PrintNDX, PLMD::generic::Time, PLMD::valtools::Flatten, PLMD::colvar::ColvarFake, PLMD::mapping::GeometricPath, PLMD::adjmat::TransposeMatrix, PLMD::symfunc::ThreeBodyGFunctions, PLMD::colvar::CoordinationBase, PLMD::bias::ReweightBase, PLMD::refdist::MatrixProductDiagonal, PLMD::colvar::PCARMSD, PLMD::ActionAnyorder, PLMD::ActionSetup, PLMD::colvar::RMSD, PLMD::gridtools::ActionWithGrid, PLMD::Group, PLMD::logmfd::LogMFD, PLMD::eds::EDS, PLMD::piv::PIV, PLMD::sasa::SASA_HASEL, PLMD::sasa::SASA_LCPO, PLMD::fisst::FISST, PLMD::isdb::Rescale, PLMD::maze::OptimizerBias, PLMD::funnel::Funnel, PLMD::function::FuncPathGeneral, PLMD::funnel::FUNNEL_PS, PLMD::function::annfunc::ANN, PLMD::isdb::Caliber, PLMD::maze::Optimizer, PLMD::s2cm::S2ContactModel, PLMD::colvar::ProjectionOnAxis, PLMD::isdb::Select, PLMD::mapping::PathReparameterization, PLMD::volumes::ActionVolume, PLMD::mapping::PathDisplacements, PLMD::ActionToGetData, PLMD::analysis::GatherReplicas, and PLMD::contour::DistanceFromSphericalContour.

◆ calculateConstantValues()

bool PLMD::ActionWithArguments::calculateConstantValues ( const bool &  have_atoms)
virtualinherited

Used to calculate constant values in startup.

Reimplemented in PLMD::analysis::Accumulate, and PLMD::analysis::Collect.

◆ calculateFromPDB()

void PLMD::Action::calculateFromPDB ( const PDB pdb)
inherited

Calculate the action given a pdb file as input.

This is used to initialize things like distance from a point in CV map space given a pdb as an input file

◆ calculateNumericalDerivatives() [1/2]

void PLMD::Action::calculateNumericalDerivatives ( ActionWithValue a = NULL)
virtualinherited

Perform calculation using numerical derivatives N.B.

only pass an ActionWithValue to this routine if you know exactly what you are doing.

Reimplemented in PLMD::ActionWithVector, PLMD::ActionAtomistic, PLMD::generic::DumpAtoms, PLMD::analysis::AnalysisBase, PLMD::ActionWithArguments, PLMD::generic::PrintNDX, PLMD::isdb::EMMI, PLMD::isdb::MetainferenceBase, and PLMD::contour::DistanceFromContourBase.

◆ calculateNumericalDerivatives() [2/2]

void PLMD::ActionWithArguments::calculateNumericalDerivatives ( ActionWithValue a = NULL)
overridevirtualinherited

Calculate the numerical derivatives N.B.

only pass an ActionWithValue to this routine if you know exactly what you are doing. The default will be correct for the vast majority of cases

Reimplemented from PLMD::Action.

Reimplemented in PLMD::ActionWithVector, PLMD::generic::DumpAtoms, PLMD::generic::PrintNDX, PLMD::isdb::EMMI, and PLMD::isdb::MetainferenceBase.

◆ calculateOnUpdate()

bool PLMD::ActionWithValue::calculateOnUpdate ( )
virtualinherited

This is used to check if we run calculate during the update step.

Reimplemented in PLMD::analysis::AnalysisBase, PLMD::analysis::Accumulate, and PLMD::analysis::Collect.

◆ calculateReweightFactor()

double PLMD::ves::VesBias::calculateReweightFactor ( ) const
virtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ castToActionAtomistic()

virtual ActionAtomistic* PLMD::Action::castToActionAtomistic ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionAtomistic.

◆ castToActionForInterface()

virtual ActionForInterface* PLMD::Action::castToActionForInterface ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionForInterface.

◆ castToActionShortcut()

virtual ActionShortcut* PLMD::Action::castToActionShortcut ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionShortcut.

◆ castToActionToGetData()

virtual ActionToGetData* PLMD::Action::castToActionToGetData ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionToGetData.

◆ castToActionToPutData()

virtual ActionToPutData* PLMD::Action::castToActionToPutData ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionToPutData.

◆ castToActionWithArguments() [1/2]

virtual ActionWithArguments* PLMD::Action::castToActionWithArguments ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionWithArguments.

◆ castToActionWithArguments() [2/2]

ActionWithArguments* PLMD::ActionWithArguments::castToActionWithArguments ( )
inlinefinalvirtualnoexceptinherited

Reimplemented from PLMD::Action.

◆ castToActionWithValue() [1/2]

virtual ActionWithValue* PLMD::Action::castToActionWithValue ( )
inlinevirtualnoexceptinherited

Specialized casts, to make PlumedMain run faster.

Reimplemented in PLMD::ActionWithValue.

◆ castToActionWithValue() [2/2]

ActionWithValue* PLMD::ActionWithValue::castToActionWithValue ( )
inlinefinalvirtualnoexceptinherited

Specialized casts, to make PlumedMain run faster.

Reimplemented from PLMD::Action.

◆ castToActionWithVirtualAtom()

virtual ActionWithVirtualAtom* PLMD::Action::castToActionWithVirtualAtom ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::ActionWithVirtualAtom.

◆ castToDomainDecomposition()

virtual DomainDecomposition* PLMD::Action::castToDomainDecomposition ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::DomainDecomposition.

◆ castToPbcAction()

virtual PbcAction* PLMD::Action::castToPbcAction ( )
inlinevirtualnoexceptinherited

Reimplemented in PLMD::PbcAction.

◆ checkFieldsAllowed()

virtual void PLMD::ActionWithValue::checkFieldsAllowed ( )
inlinevirtualinherited

Reimplemented in PLMD::colvar::ContactMap, and PLMD::piv::PIV.

◆ checkForDependency()

bool PLMD::Action::checkForDependency ( Action action)
inherited

Check that this action does not depend on the action in the argument.

◆ checkForForces()

bool PLMD::ActionWithValue::checkForForces ( )
protectedinherited

Accumulate the forces from the Values.

◆ checkNeedsGradients()

virtual bool PLMD::Action::checkNeedsGradients ( ) const
inlinevirtualinherited

Check if the action needs gradient.

Reimplemented in PLMD::bias::MetaD, PLMD::bias::PBMetaD, and PLMD::generic::DumpProjections.

◆ checkNumericalDerivatives() [1/2]

virtual bool PLMD::Action::checkNumericalDerivatives ( ) const
inlinevirtualinherited

Check if numerical derivatives should be performed.

Reimplemented in PLMD::ActionWithValue.

◆ checkNumericalDerivatives() [2/2]

bool PLMD::ActionWithValue::checkNumericalDerivatives ( ) const
inlineoverridevirtualinherited

Check if numerical derivatives should be used.

Reimplemented from PLMD::Action.

◆ checkRead()

void PLMD::Action::checkRead ( )
inherited

Check if Action was properly read.

This checks if Action::line is empty. It must be called after a final Action has been initialized

◆ checkThatTemperatureIsGiven()

void PLMD::ves::VesBias::checkThatTemperatureIsGiven ( )
protected

◆ checkUpdate()

bool PLMD::Action::checkUpdate ( ) const
inherited

Check if action should be updated.

◆ cite()

std::string PLMD::Action::cite ( const std::string &  s)
inherited

Cite a paper see PlumedMain::cite.

◆ clearCoeffsPntrsVector()

void PLMD::ves::VesBias::clearCoeffsPntrsVector ( )
inlineprotected

◆ clearDependencies()

void PLMD::Action::clearDependencies ( )
inherited

Clear the dependence list for this Action.

◆ clearDerivatives()

void PLMD::ActionWithValue::clearDerivatives ( const bool &  force = false)
virtualinherited

Clear the derivatives of values wrt parameters.

Reimplemented in PLMD::ActionWithVector, PLMD::ActionForInterface, PLMD::generic::Constant, and PLMD::mapping::PathDisplacements.

◆ clearGradientAndHessian()

void PLMD::ves::VesBias::clearGradientAndHessian ( )
inline

◆ clearInputForces()

void PLMD::ActionWithValue::clearInputForces ( const bool &  force = false)
virtualinherited

Clear the forces on the values.

Reimplemented in PLMD::ActionWithVector.

◆ clearOptions()

void PLMD::Action::clearOptions ( )
virtualinherited

◆ Coeffs()

CoeffsVector& PLMD::ves::VesBias::Coeffs ( const unsigned int  coeffs_id = 0) const
inline

◆ componentIsNotPeriodic()

void PLMD::ActionWithValue::componentIsNotPeriodic ( const std::string &  name)
inherited

Set your value component to have no periodicity.

◆ componentIsPeriodic()

void PLMD::ActionWithValue::componentIsPeriodic ( const std::string &  name,
const std::string &  min,
const std::string &  max 
)
inherited

Set the value to be periodic with a particular domain.

◆ componentsAreNotOptional()

void PLMD::ActionWithValue::componentsAreNotOptional ( Keywords keys)
staticinherited

Puts a message into the manual that the components always output.

◆ computeCovarianceFromAverages()

std::vector< double > PLMD::ves::VesBias::computeCovarianceFromAverages ( const unsigned int  c_id) const
inlineprivate

◆ computeHessian()

bool PLMD::ves::VesBias::computeHessian ( ) const
inline

◆ copyOutput() [1/2]

Value * PLMD::ActionWithValue::copyOutput ( const std::string &  name) const
inherited

Return a pointer to the value with name (this is used to retrieve values in other PLMD::Actions) You should NEVER use this routine to refer to the components of your PLMD::Action.

Use getPntrToComponent instead.

◆ copyOutput() [2/2]

Value * PLMD::ActionWithValue::copyOutput ( const unsigned &  n) const
inherited

Return a pointer to the value with this number (this is used to retrieve values in other PLMD::Actions) You should NEVER use this routine to refer to the components of your PLMD::Action.

Use getPntrToComponent instead.

◆ deactivate()

void PLMD::Action::deactivate ( )
inlinevirtualinherited

Set action to inactive.

◆ diagonalHessian()

bool PLMD::ves::VesBias::diagonalHessian ( ) const
inline

◆ difference()

double PLMD::ActionWithArguments::difference ( int  i,
double  d1,
double  d2 
) const
inlineinherited

Takes the difference taking into account pbc for arg i.

◆ disableBiasFileOutput()

void PLMD::ves::VesBias::disableBiasFileOutput ( )
inline

◆ disableDynamicTargetDistFileOutput()

void PLMD::ves::VesBias::disableDynamicTargetDistFileOutput ( )
inline

◆ disableDynamicTargetDistribution()

void PLMD::ves::VesBias::disableDynamicTargetDistribution ( )
inline

◆ disableFesFileOutput()

void PLMD::ves::VesBias::disableFesFileOutput ( )
inline

◆ disableFesFileProjOutput()

void PLMD::ves::VesBias::disableFesFileProjOutput ( )
inline

◆ disableHessian()

void PLMD::ves::VesBias::disableHessian ( )

◆ disableStaticTargetDistFileOutput()

void PLMD::ves::VesBias::disableStaticTargetDistFileOutput ( )
inline

◆ doNotCalculateDerivatives()

bool PLMD::ActionWithValue::doNotCalculateDerivatives ( ) const
inlinevirtualinherited

Are we not calculating derivatives.

◆ dynamicTargetDistribution()

bool PLMD::ves::VesBias::dynamicTargetDistribution ( ) const
inline

◆ enableBiasFileOutput()

void PLMD::ves::VesBias::enableBiasFileOutput ( )
inline

◆ enableDynamicTargetDistFileOutput()

void PLMD::ves::VesBias::enableDynamicTargetDistFileOutput ( )
inline

◆ enableDynamicTargetDistribution()

void PLMD::ves::VesBias::enableDynamicTargetDistribution ( )
inline

◆ enableFesFileOutput()

void PLMD::ves::VesBias::enableFesFileOutput ( )
inline

◆ enableFesProjFileOutput()

void PLMD::ves::VesBias::enableFesProjFileOutput ( )
inline

◆ enableHessian()

void PLMD::ves::VesBias::enableHessian ( const bool  diagonal_hessian = true)

◆ enableIterationNumberInFilenames()

void PLMD::ves::VesBias::enableIterationNumberInFilenames ( )
inline

◆ enableMultipleCoeffsSets()

void PLMD::ves::VesBias::enableMultipleCoeffsSets ( )
inline

◆ enableStaticTargetDistFileOutput()

void PLMD::ves::VesBias::enableStaticTargetDistFileOutput ( )
inline

◆ error()

void PLMD::Action::error ( const std::string &  msg) const
inherited

Crash calculation and print documentation.

◆ exists()

bool PLMD::ActionWithValue::exists ( const std::string &  name) const
inherited

Check if a value with a particular name is present.

This is only used in PLMD::ActionWithArguments. You should not use it when manipulating components.

◆ exit()

void PLMD::Action::exit ( int  c = 0)
inherited

Exit with error code c.

◆ expandArgKeywordInPDB()

void PLMD::ActionWithArguments::expandArgKeywordInPDB ( const PDB pdb)
protectedinherited

This changes the arg keyword in the pdb file.

◆ fclose()

int PLMD::Action::fclose ( FILE *  fp)
inherited

Closes a file opened with Action::fclose().

◆ fflush()

void PLMD::Action::fflush ( )
inherited

Tell to the Action to flush open files.

◆ filenamesIncludeIterationNumber()

bool PLMD::ves::VesBias::filenamesIncludeIterationNumber ( ) const
inline

◆ fopen()

FILE * PLMD::Action::fopen ( const char *  path,
const char *  mode 
)
inherited

Opens a file.

This is similar to plain fopen, but with some extra functionality.

  • When opened for writing, processors other than the one with rank 0 just open /dev/null
  • PlumedMain::fopen is used, so that other tricks may appear (see PlumedMain::fopen)

◆ getArgument()

double PLMD::ActionWithArguments::getArgument ( const unsigned  n) const
inlineinherited

Returns the value of an argument.

◆ getArguments()

const std::vector< Value * > & PLMD::ActionWithArguments::getArguments ( ) const
inlinevirtualinherited

Returns an array of pointers to the arguments.

◆ getBeta()

double PLMD::ves::VesBias::getBeta ( ) const
inline

◆ getBiasCutoffSwitchingFunction() [1/2]

double PLMD::ves::VesBias::getBiasCutoffSwitchingFunction ( const double  bias) const
inline

◆ getBiasCutoffSwitchingFunction() [2/2]

double PLMD::ves::VesBias::getBiasCutoffSwitchingFunction ( const double  bias,
double &  deriv_factor 
) const

◆ getBiasCutoffValue()

double PLMD::ves::VesBias::getBiasCutoffValue ( ) const
inline

◆ getBiasFileFmt()

std::string PLMD::ves::VesBias::getBiasFileFmt ( ) const
inline

◆ getBiasOutputFilename()

std::string PLMD::ves::VesBias::getBiasOutputFilename ( ) const
inline

◆ getCoeffsIndex()

size_t PLMD::ves::VesBias::getCoeffsIndex ( const std::vector< unsigned int > &  indices,
const unsigned int  coeffs_id = 0 
) const
inline

◆ getCoeffsIndices()

std::vector< unsigned int > PLMD::ves::VesBias::getCoeffsIndices ( const size_t  index,
const unsigned int  coeffs_id = 0 
) const
inline

◆ getCoeffsPntr()

CoeffsVector* PLMD::ves::VesBias::getCoeffsPntr ( const unsigned int  coeffs_id = 0) const
inline

◆ getCoeffsPntrs()

std::vector<CoeffsVector*> PLMD::ves::VesBias::getCoeffsPntrs ( ) const
inline

◆ getCoeffsSetFilenameSuffix()

std::string PLMD::ves::VesBias::getCoeffsSetFilenameSuffix ( const unsigned int  coeffs_id) const

◆ getCoeffsSetLabelString()

std::string PLMD::ves::VesBias::getCoeffsSetLabelString ( const std::string &  type,
const unsigned int  coeffs_id = 0 
) const
protected

◆ getComponent()

int PLMD::ActionWithValue::getComponent ( const std::string &  name) const
privateinherited

Return the index for the component named name.

◆ getComponentsList()

std::string PLMD::ActionWithValue::getComponentsList ( ) const
inherited

get a string that contains all the available components

◆ getComponentsVector()

std::vector< std::string > PLMD::ActionWithValue::getComponentsVector ( ) const
inherited

get a vector that contains the label for all the components

◆ getConstPntrToComponent()

const Value * PLMD::ActionWithValue::getConstPntrToComponent ( int  i) const
protectedinherited

Get a const pointer to the ith component.

◆ getCPT()

bool PLMD::Action::getCPT ( ) const
inherited

Return true if we are doing at a checkpoint step.

◆ getCurrentBiasMaxValue()

double PLMD::ves::VesBias::getCurrentBiasMaxValue ( ) const
inline

◆ getCurrentBiasOutputFilename()

std::string PLMD::ves::VesBias::getCurrentBiasOutputFilename ( const std::string &  suffix = "") const
inline

◆ getCurrentFesOutputFilename()

std::string PLMD::ves::VesBias::getCurrentFesOutputFilename ( const std::string &  suffix = "") const
inline

◆ getCurrentOutputFilename()

std::string PLMD::ves::VesBias::getCurrentOutputFilename ( const std::string &  base_filename,
const std::string &  suffix = "" 
) const

◆ getCurrentTargetDistOutputFilename()

std::string PLMD::ves::VesBias::getCurrentTargetDistOutputFilename ( const std::string &  suffix = "") const

◆ getDefaultString()

std::string PLMD::Action::getDefaultString ( ) const
inlineinherited

Get the defaults.

◆ getDependencies()

const Dependencies& PLMD::Action::getDependencies ( ) const
inlineinherited

Return dependencies.

◆ getExchangeStep()

bool PLMD::Action::getExchangeStep ( ) const
inherited

Check if we are on an exchange step.

◆ getFesFileFmt()

std::string PLMD::ves::VesBias::getFesFileFmt ( ) const
inline

◆ getFesOutputFilename()

std::string PLMD::ves::VesBias::getFesOutputFilename ( ) const
inline

◆ getForcesToApply()

const std::vector< double > & PLMD::ActionWithValue::getForcesToApply ( ) const
inlineprotectedinherited

Get the forces to apply.

◆ getGradientPntr()

CoeffsVector* PLMD::ves::VesBias::getGradientPntr ( const unsigned int  coeffs_id = 0) const
inline

◆ getGradientPntrs()

std::vector<CoeffsVector*> PLMD::ves::VesBias::getGradientPntrs ( ) const
inline

◆ getGridBins()

std::vector<unsigned int> PLMD::ves::VesBias::getGridBins ( ) const
inline

◆ getGridMax()

std::vector<double> PLMD::ves::VesBias::getGridMax ( ) const
inline

◆ getGridMin()

std::vector<double> PLMD::ves::VesBias::getGridMin ( ) const
inline

◆ getHessianIndex()

size_t PLMD::ves::VesBias::getHessianIndex ( const size_t  index1,
const size_t  index2,
const unsigned int  coeffs_id = 0 
) const
inline

◆ getHessianPntr()

CoeffsMatrix* PLMD::ves::VesBias::getHessianPntr ( const unsigned int  coeffs_id = 0) const
inline

◆ getHessianPntrs()

std::vector<CoeffsMatrix*> PLMD::ves::VesBias::getHessianPntrs ( ) const
inline

◆ getIterationCounter()

unsigned int PLMD::ves::VesBias::getIterationCounter ( ) const

◆ getIterationFilenameSuffix()

std::string PLMD::ves::VesBias::getIterationFilenameSuffix ( ) const

◆ getKBoltzmann()

double PLMD::Action::getKBoltzmann ( ) const
protectedinherited

Get the value of Boltzmann's constant.

◆ getkBT()

double PLMD::Action::getkBT ( )
inherited

Get the value of kBT by either reading the TEMP keyword and multiplying the temperature by Boltzmann's constant or get it fro the MD code.

◆ getKbT()

double PLMD::ves::VesBias::getKbT ( ) const
inline

◆ getKeyword()

std::string PLMD::Action::getKeyword ( const std::string &  key)
inherited

Just read one of the keywords and return the whole thing as a string.

◆ getLabel()

const std::string & PLMD::Action::getLabel ( ) const
inlineinherited

Returns the label.

◆ getName()

const std::string & PLMD::Action::getName ( ) const
inlineinherited

Returns the name.

◆ getNumberOfArguments()

unsigned PLMD::ActionWithArguments::getNumberOfArguments ( ) const
inlinevirtualinherited

Returns the number of arguments.

◆ getNumberOfComponents()

int PLMD::ActionWithValue::getNumberOfComponents ( ) const
inlineinherited

Returns the number of values defined.

◆ getNumberOfDerivatives()

unsigned PLMD::bias::Bias::getNumberOfDerivatives ( )
inlineoverridevirtualinherited

Implements PLMD::ActionWithValue.

◆ getNumberOfProjectionArguments()

unsigned int PLMD::ves::VesBias::getNumberOfProjectionArguments ( ) const
inline

◆ getNumberOfTargetDistributionPntrs()

unsigned int PLMD::ves::VesBias::getNumberOfTargetDistributionPntrs ( ) const
inline

◆ getOFile()

std::unique_ptr< OFile > PLMD::ves::VesBias::getOFile ( const std::string &  filename,
const bool  multi_sim_single_file = false,
const bool  enforce_backup = true 
)

◆ getOptimizerPntr()

Optimizer* PLMD::ves::VesBias::getOptimizerPntr ( ) const
inline

◆ getOutputQuantity() [1/2]

double PLMD::ActionWithValue::getOutputQuantity ( const std::string &  name) const
inlineinherited

Get the value with a specific name (N.B. if there is no such value this returns zero)

◆ getOutputQuantity() [2/2]

double PLMD::ActionWithValue::getOutputQuantity ( const unsigned  j) const
inlineinherited

Get the value of one of the components of the PLMD::Action.

◆ getPntrToArgument()

Value * PLMD::ActionWithArguments::getPntrToArgument ( const unsigned  n) const
inlineinherited

Return a pointer to specific argument.

◆ getPntrToComponent() [1/2]

Value * PLMD::ActionWithValue::getPntrToComponent ( const std::string &  name)
protectedinherited

Return a pointer to the value by name.

◆ getPntrToComponent() [2/2]

Value * PLMD::ActionWithValue::getPntrToComponent ( int  i)
protectedinherited

Return a pointer to the component by index.

◆ getPntrToValue()

Value * PLMD::ActionWithValue::getPntrToValue ( )
inlineprotectedinherited

Get a pointer to the default value.

◆ getProjection()

double PLMD::ActionWithArguments::getProjection ( unsigned  i,
unsigned  j 
) const
inherited

Get the scalar product between the gradients of two variables.

◆ getProjectionArgument()

std::vector<std::string> PLMD::ves::VesBias::getProjectionArgument ( unsigned int  i) const
inline

◆ getProjectionArguments()

std::vector< std::vector<std::string> > PLMD::ves::VesBias::getProjectionArguments ( ) const
inline

◆ getRestart()

bool PLMD::Action::getRestart ( ) const
inlineinherited

Return true if we are doing a restart.

◆ getStep()

long long int PLMD::Action::getStep ( ) const
inherited

Return the present timestep.

◆ getStride()

int PLMD::ActionPilot::getStride ( ) const
inherited

Get the stride.

◆ getTargetDistAveragesPntr()

CoeffsVector* PLMD::ves::VesBias::getTargetDistAveragesPntr ( const unsigned int  coeffs_id = 0) const
inline

◆ getTargetDistAveragesPntrs()

std::vector<CoeffsVector*> PLMD::ves::VesBias::getTargetDistAveragesPntrs ( ) const
inline

◆ getTargetDistFileFmt()

std::string PLMD::ves::VesBias::getTargetDistFileFmt ( ) const
inline

◆ getTargetDistOutputFilename()

std::string PLMD::ves::VesBias::getTargetDistOutputFilename ( ) const
inline

◆ getTargetDistRestartFileFmt()

std::string PLMD::ves::VesBias::getTargetDistRestartFileFmt ( ) const
inline

◆ getTargetDistributionPntrs()

std::vector<TargetDistribution*> PLMD::ves::VesBias::getTargetDistributionPntrs ( ) const
inline

◆ getTime()

double PLMD::Action::getTime ( ) const
inherited

Return the present time.

◆ getTimeStep()

double PLMD::Action::getTimeStep ( ) const
inherited

Return the timestep.

◆ getUnits()

const Units & PLMD::Action::getUnits ( ) const
protectedinherited

Get the units that we are operating in.

◆ Gradient()

CoeffsVector& PLMD::ves::VesBias::Gradient ( const unsigned int  coeffs_id = 0) const
inline

◆ Hessian()

CoeffsMatrix& PLMD::ves::VesBias::Hessian ( const unsigned int  coeffs_id = 0) const
inline

◆ initializeCoeffs()

void PLMD::ves::VesBias::initializeCoeffs ( std::unique_ptr< CoeffsVector coeffs_pntr_in)
private

◆ interpretArgumentList()

void PLMD::ActionWithArguments::interpretArgumentList ( const std::vector< std::string > &  c,
const ActionSet as,
Action action,
std::vector< Value * > &  arg 
)
staticinherited

Convert a list of argument names into a list of pointers to the values.

◆ isActive()

bool PLMD::Action::isActive ( ) const
inlineinherited

Check if action is active.

◆ isBiasFileOutputActive()

bool PLMD::ves::VesBias::isBiasFileOutputActive ( ) const
inline

◆ isDynamicTargetDistFileOutputActive()

bool PLMD::ves::VesBias::isDynamicTargetDistFileOutputActive ( ) const
inline

◆ isFesFileOutputActive()

bool PLMD::ves::VesBias::isFesFileOutputActive ( ) const
inline

◆ isFesProjFileOutputActive()

bool PLMD::ves::VesBias::isFesProjFileOutputActive ( ) const
inline

◆ isOptionOn()

bool PLMD::Action::isOptionOn ( const std::string &  s) const
inlineinherited

Check if an option is on.

◆ isReweightFactorCalculated()

bool PLMD::ves::VesBias::isReweightFactorCalculated ( ) const
inline

◆ isStaticTargetDistFileOutputActive()

bool PLMD::ves::VesBias::isStaticTargetDistFileOutputActive ( ) const
inline

◆ linkOptimizer()

void PLMD::ves::VesBias::linkOptimizer ( Optimizer optimizer_pntr_in)

◆ lockRequests() [1/2]

virtual void PLMD::Action::lockRequests ( )
inlinevirtualinherited

◆ lockRequests() [2/2]

void PLMD::ActionWithArguments::lockRequests ( )
inlineoverridevirtualinherited

◆ multiSimSumAverages()

void PLMD::ves::VesBias::multiSimSumAverages ( const unsigned int  c_id,
const double  walker_weight = 1.0 
)
private

◆ noAnalyticalDerivatives()

void PLMD::ActionWithValue::noAnalyticalDerivatives ( Keywords keys)
staticinherited

Insist that numerical derivatives should always be used for an action and make this fact appear in the manual.

◆ numberOfCoeffs()

size_t PLMD::ves::VesBias::numberOfCoeffs ( const unsigned int  coeffs_id = 0) const
inline

◆ numberOfCoeffsSets()

unsigned int PLMD::ves::VesBias::numberOfCoeffsSets ( ) const
inline

◆ onStep()

bool PLMD::ActionPilot::onStep ( ) const
virtualinherited

Check if the action is active on this step.

◆ optimizeCoeffs()

bool PLMD::ves::VesBias::optimizeCoeffs ( ) const
inline

◆ parse()

template<class T >
void PLMD::Action::parse ( const std::string &  key,
T &  t 
)
inherited

Parse one keyword as generic type.

◆ parseArgumentList() [1/2]

bool PLMD::ActionWithArguments::parseArgumentList ( const std::string &  key,
int  i,
std::vector< Value * > &  args 
)
inherited

Parse a numbered list of arguments.

◆ parseArgumentList() [2/2]

void PLMD::ActionWithArguments::parseArgumentList ( const std::string &  key,
std::vector< Value * > &  args 
)
inherited

Parse a list of arguments.

◆ parseFlag()

void PLMD::Action::parseFlag ( const std::string &  key,
bool &  t 
)
inherited

Parse one keyword as boolean flag.

◆ parseMultipleValues() [1/2]

template<class T >
bool PLMD::ves::VesBias::parseMultipleValues ( const std::string &  keyword,
std::vector< T > &  values,
unsigned int  nvalues 
)
protected

◆ parseMultipleValues() [2/2]

template<class T >
bool PLMD::ves::VesBias::parseMultipleValues ( const std::string &  keyword,
std::vector< T > &  values,
unsigned int  nvalues,
const T &  default_value 
)
protected

◆ parseNumbered()

template<class T >
bool PLMD::Action::parseNumbered ( const std::string &  key,
const int  no,
T &  t 
)
inherited

Parse one numbered keyword as generic type.

◆ parseNumberedVector()

template<class T >
bool PLMD::Action::parseNumberedVector ( const std::string &  key,
const int  no,
std::vector< T > &  t 
)
inherited

Parse a vector with a number.

◆ parseVector()

template<class T >
void PLMD::Action::parseVector ( const std::string &  key,
std::vector< T > &  t 
)
inherited

Parse one keyword as std::vector.

◆ prepare()

void PLMD::Action::prepare ( )
virtualinherited

Prepare an Action for calculation This can be used by Action if they need some special preparation before calculation.

Typical case is for collective variables which would like to change their list of requested atoms. By default (if not overridden) does nothing.

Reimplemented in PLMD::isdb::EMMI, PLMD::function::FuncPathMSD, PLMD::generic::Plumed, PLMD::ActionWithVector, PLMD::generic::Read, PLMD::generic::DumpMassCharge, PLMD::generic::UpdateIf, PLMD::generic::Print, PLMD::GenericMolInfo, PLMD::adjmat::AdjacencyMatrixBase, PLMD::colvar::CoordinationBase, PLMD::function::FuncPathGeneral, PLMD::maze::Optimizer, and PLMD::s2cm::S2ContactModel.

◆ readAtomsFromPDB()

virtual void PLMD::Action::readAtomsFromPDB ( const PDB )
inlinevirtualinherited

This is overwritten in ActionAtomistic so that we can read the atoms from the pdb input file rather than taking them from the MD code.

Reimplemented in PLMD::ActionAtomistic.

◆ readCoeffsFromFiles()

bool PLMD::ves::VesBias::readCoeffsFromFiles ( )
protected

◆ registerKeywords()

void PLMD::ves::VesBias::registerKeywords ( Keywords keys)
static

◆ requestArguments()

void PLMD::ActionWithArguments::requestArguments ( const std::vector< Value * > &  arg)
inherited

Setup the dependencies.

◆ requestExtraDependencies()

void PLMD::ActionWithArguments::requestExtraDependencies ( const std::vector< Value * > &  extra)
inherited

◆ resetBiasFileOutput()

virtual void PLMD::ves::VesBias::resetBiasFileOutput ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ resetFesFileOutput()

virtual void PLMD::ves::VesBias::resetFesFileOutput ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ resetFesProjFileOutput()

virtual void PLMD::ves::VesBias::resetFesProjFileOutput ( )
inlinevirtual

◆ resetTargetDistFileOutput()

virtual void PLMD::ves::VesBias::resetTargetDistFileOutput ( )
inlinevirtual

◆ resetTargetDistProjFileOutput()

virtual void PLMD::ves::VesBias::resetTargetDistProjFileOutput ( )
inlinevirtual

◆ restartTargetDistributions()

virtual void PLMD::ves::VesBias::restartTargetDistributions ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ runFinalJobs()

virtual void PLMD::Action::runFinalJobs ( )
inlinevirtualinherited

RunFinalJobs This method is called once at the very end of the calculation.

The set of all Actions in run for the final time in forward order.

Reimplemented in PLMD::analysis::AnalysisBase, PLMD::analysis::ReadDissimilarityMatrix, and PLMD::generic::DumpPDB.

◆ setBias()

void PLMD::bias::Bias::setBias ( double  bias)
inlineprotectedinherited

set the value of the bias

◆ setCurrentBiasMaxValue()

void PLMD::ves::VesBias::setCurrentBiasMaxValue ( const double  max_value)
inline

◆ setGradients()

void PLMD::ActionWithArguments::setGradients ( Value myval,
unsigned &  start 
) const
inherited

Get the gradient for this action.

◆ setGradientsIfNeeded()

void PLMD::ActionWithValue::setGradientsIfNeeded ( )
virtualinherited

Calculate the gradients and store them for all the values (need for projections)

Reimplemented in PLMD::ActionForInterface.

◆ setGridBins() [1/2]

void PLMD::ves::VesBias::setGridBins ( const std::vector< unsigned int > &  grid_bins_in)

◆ setGridBins() [2/2]

void PLMD::ves::VesBias::setGridBins ( const unsigned int  nbins)

◆ setGridMax()

void PLMD::ves::VesBias::setGridMax ( const std::vector< double > &  grid_max_in)

◆ setGridMin()

void PLMD::ves::VesBias::setGridMin ( const std::vector< double > &  grid_min_in)

◆ setNotPeriodic()

void PLMD::ActionWithValue::setNotPeriodic ( )
inherited

Set your default value to have no periodicity.

◆ setOption()

void PLMD::Action::setOption ( const std::string &  s)
virtualinherited

◆ setOutputForce()

void PLMD::bias::Bias::setOutputForce ( int  i,
double  f 
)
inlineprotectedinherited

set the force from the bias on argument i, this automatically set the partial derivative of the bias with respect to i to -f

◆ setPeriodic()

void PLMD::ActionWithValue::setPeriodic ( const std::string &  min,
const std::string &  max 
)
inherited

Set the value to be periodic with a particular domain.

◆ setStride()

void PLMD::ActionPilot::setStride ( const int &  n)
inherited

Set the value of the stride.

◆ setTargetDistAverages() [1/2]

void PLMD::ves::VesBias::setTargetDistAverages ( const CoeffsVector coeffderivs_aver_ps,
const unsigned int  coeffs_id = 0 
)
protected

◆ setTargetDistAverages() [2/2]

void PLMD::ves::VesBias::setTargetDistAverages ( const std::vector< double > &  coeffderivs_aver_ps,
const unsigned int  coeffs_id = 0 
)
protected

◆ setTargetDistAveragesToZero()

void PLMD::ves::VesBias::setTargetDistAveragesToZero ( const unsigned int  coeffs_id = 0)
protected

◆ setupBiasCutoff()

void PLMD::ves::VesBias::setupBiasCutoff ( const double  bias_cutoff_value,
const double  fermi_lambda 
)

◆ setupBiasFileOutput()

virtual void PLMD::ves::VesBias::setupBiasFileOutput ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ setupConstantValues()

void PLMD::Action::setupConstantValues ( const bool &  have_atoms)
inherited

This calculates any values that are constant and ensures that we don't calculate these actions on every timestep.

◆ setupFesFileOutput()

virtual void PLMD::ves::VesBias::setupFesFileOutput ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ setupFesProjFileOutput()

virtual void PLMD::ves::VesBias::setupFesProjFileOutput ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ setupTargetDistFileOutput()

virtual void PLMD::ves::VesBias::setupTargetDistFileOutput ( )
inlinevirtual

◆ setupTargetDistProjFileOutput()

virtual void PLMD::ves::VesBias::setupTargetDistProjFileOutput ( )
inlinevirtual

◆ setValue() [1/2]

void PLMD::ActionWithValue::setValue ( const double &  d)
inlineprotectedinherited

Set the default value (the one without name)

◆ setValue() [2/2]

void PLMD::ActionWithValue::setValue ( Value ,
double   
)
inherited

Set the value.

◆ TargetDistAverages()

CoeffsVector& PLMD::ves::VesBias::TargetDistAverages ( const unsigned int  coeffs_id = 0) const
inline

◆ totalNumberOfCoeffs()

size_t PLMD::ves::VesBias::totalNumberOfCoeffs ( ) const
inline

◆ turnOnDerivatives()

void PLMD::ActionWithValue::turnOnDerivatives ( )
virtualinherited

◆ unlockRequests() [1/2]

virtual void PLMD::Action::unlockRequests ( )
inlinevirtualinherited

◆ unlockRequests() [2/2]

void PLMD::ActionWithArguments::unlockRequests ( )
inlineoverridevirtualinherited

◆ update()

virtual void PLMD::Action::update ( )
inlinevirtualinherited

◆ updateGradientAndHessian()

void PLMD::ves::VesBias::updateGradientAndHessian ( const bool  use_mwalkers_mpi)

◆ updateReweightFactor()

void PLMD::ves::VesBias::updateReweightFactor ( )

◆ updateTargetDistributions()

virtual void PLMD::ves::VesBias::updateTargetDistributions ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ useBiasCutoffKeywords()

void PLMD::ves::VesBias::useBiasCutoffKeywords ( Keywords keys)
static

◆ useCustomisableComponents()

void PLMD::ActionWithValue::useCustomisableComponents ( Keywords keys)
staticinherited

The components in the action will depend on the user.

◆ useGridBinKeywords()

void PLMD::ves::VesBias::useGridBinKeywords ( Keywords keys)
static

◆ useGridLimitsKeywords()

void PLMD::ves::VesBias::useGridLimitsKeywords ( Keywords keys)
static

◆ useInitialCoeffsKeywords()

void PLMD::ves::VesBias::useInitialCoeffsKeywords ( Keywords keys)
static

◆ useMultipleTargetDistributionKeywords()

void PLMD::ves::VesBias::useMultipleTargetDistributionKeywords ( Keywords keys)
static

◆ useMultipleWalkers()

bool PLMD::ves::VesBias::useMultipleWalkers ( ) const

◆ useNumericalDerivatives()

void PLMD::ActionWithValue::useNumericalDerivatives ( )
inlineinherited

This forces the class to use numerical derivatives.

◆ useProjectionArgKeywords()

void PLMD::ves::VesBias::useProjectionArgKeywords ( Keywords keys)
static

◆ useReweightFactorKeywords()

void PLMD::ves::VesBias::useReweightFactorKeywords ( Keywords keys)
static

◆ useTargetDistributionKeywords()

void PLMD::ves::VesBias::useTargetDistributionKeywords ( Keywords keys)
static

◆ usingNaturalUnits()

bool PLMD::Action::usingNaturalUnits ( ) const
protectedinherited

Are we using natural units.

◆ warning()

void PLMD::Action::warning ( const std::string &  msg)
inherited

Issue a warning.

◆ writeBiasToFile()

virtual void PLMD::ves::VesBias::writeBiasToFile ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ writeFesProjToFile()

virtual void PLMD::ves::VesBias::writeFesProjToFile ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ writeFesToFile()

virtual void PLMD::ves::VesBias::writeFesToFile ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ writeInGraph()

std::string PLMD::Action::writeInGraph ( ) const
virtualinherited

◆ writeTargetDistProjToFile()

virtual void PLMD::ves::VesBias::writeTargetDistProjToFile ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

◆ writeTargetDistToFile()

virtual void PLMD::ves::VesBias::writeTargetDistToFile ( )
inlinevirtual

Reimplemented in PLMD::ves::VesLinearExpansion.

Member Data Documentation

◆ active

bool PLMD::Action::active
privateinherited

Switch to activate Action on this step.

◆ after

Dependencies PLMD::Action::after
privateinherited

Actions on which this Action depends.

◆ arguments

std::vector<Value*> PLMD::ActionWithArguments::arguments
privateinherited

◆ aver_counters

std::vector<unsigned int> PLMD::ves::VesBias::aver_counters
private

◆ bias_current_max_value

double PLMD::ves::VesBias::bias_current_max_value
private

◆ bias_cutoff_active_

bool PLMD::ves::VesBias::bias_cutoff_active_
private

◆ bias_cutoff_swfunc_pntr_

std::unique_ptr<FermiSwitchingFunction> PLMD::ves::VesBias::bias_cutoff_swfunc_pntr_
private

◆ bias_cutoff_value_

double PLMD::ves::VesBias::bias_cutoff_value_
private

◆ bias_file_fmt_

std::string PLMD::ves::VesBias::bias_file_fmt_
private

◆ bias_filename_

std::string PLMD::ves::VesBias::bias_filename_
private

◆ bias_fileoutput_active_

bool PLMD::ves::VesBias::bias_fileoutput_active_
private

◆ calc_reweightfactor_

bool PLMD::ves::VesBias::calc_reweightfactor_
private

◆ coeffs_fnames

std::vector<std::string> PLMD::ves::VesBias::coeffs_fnames
private

◆ coeffs_id_prefix_

std::string PLMD::ves::VesBias::coeffs_id_prefix_
private

◆ coeffs_pntrs_

std::vector<std::unique_ptr<CoeffsVector> > PLMD::ves::VesBias::coeffs_pntrs_
private

◆ comm

Communicator& PLMD::Action::comm
inherited

◆ compute_hessian_

bool PLMD::ves::VesBias::compute_hessian_
private

◆ defaults

std::string PLMD::Action::defaults
privateinherited

The set of default arguments that we are using.

◆ diagonal_hessian_

bool PLMD::ves::VesBias::diagonal_hessian_
private

◆ doCheckPoint

bool PLMD::Action::doCheckPoint
privateinherited

◆ dynamic_targetdist_

bool PLMD::ves::VesBias::dynamic_targetdist_
private

◆ dynamic_targetdist_fileoutput_active_

bool PLMD::ves::VesBias::dynamic_targetdist_fileoutput_active_
private

◆ f

std::vector<double> PLMD::bias::Bias::f
privateinherited

◆ fes_file_fmt_

std::string PLMD::ves::VesBias::fes_file_fmt_
private

◆ fes_filename_

std::string PLMD::ves::VesBias::fes_filename_
private

◆ fes_fileoutput_active_

bool PLMD::ves::VesBias::fes_fileoutput_active_
private

◆ fesproj_fileoutput_active_

bool PLMD::ves::VesBias::fesproj_fileoutput_active_
private

◆ filenames_have_iteration_number_

bool PLMD::ves::VesBias::filenames_have_iteration_number_
private

◆ files

std::set<FILE*> PLMD::Action::files
inherited

◆ firststep

bool PLMD::ActionWithValue::firststep
privateinherited

This finishes setup on first step to check if actions are calculated during update.

◆ forces

std::vector<double> PLMD::bias::Bias::forces
privateinherited

◆ forcesForApply

std::vector<double> PLMD::ActionWithValue::forcesForApply
privateinherited

A vector that is used to hold the forces that we will apply on the input quantities.

◆ gradient_pntrs_

std::vector<std::unique_ptr<CoeffsVector> > PLMD::ves::VesBias::gradient_pntrs_
private

◆ grid_bins_

std::vector<unsigned int> PLMD::ves::VesBias::grid_bins_
private

◆ grid_max_

std::vector<double> PLMD::ves::VesBias::grid_max_
private

◆ grid_min_

std::vector<double> PLMD::ves::VesBias::grid_min_
private

◆ hessian_pntrs_

std::vector<std::unique_ptr<CoeffsMatrix> > PLMD::ves::VesBias::hessian_pntrs_
private

◆ kbt_

double PLMD::ves::VesBias::kbt_
private

◆ keywords

const Keywords& PLMD::Action::keywords
inherited

◆ label

std::string PLMD::Action::label
privateinherited

Label of the Action, as set with LABEL= in the plumed.dat file.

◆ line

std::vector<std::string> PLMD::Action::line
privateinherited

Directive line.

This line is progressively erased during Action construction so as to check if all the present keywords are correct.

◆ lockRequestArguments

bool PLMD::ActionWithArguments::lockRequestArguments
privateinherited

◆ log

Log& PLMD::Action::log
inherited

Reference to the log stream.

◆ multi_sim_comm

Communicator& PLMD::Action::multi_sim_comm
inherited

◆ name

const std::string PLMD::Action::name
privateinherited

Name of the directive in the plumed.dat file.

◆ ncoeffs_total_

size_t PLMD::ves::VesBias::ncoeffs_total_
private

◆ ncoeffssets_

unsigned int PLMD::ves::VesBias::ncoeffssets_
private

◆ never_activate

bool PLMD::Action::never_activate
privateinherited

◆ noderiv

bool PLMD::ActionWithValue::noderiv
privateinherited

Are we skipping the calculation of the derivatives.

◆ numericalDerivatives

bool PLMD::ActionWithValue::numericalDerivatives
privateinherited

Are we using numerical derivatives to differentiate.

◆ optimization_threshold_

double PLMD::ves::VesBias::optimization_threshold_
private

◆ optimize_coeffs_

bool PLMD::ves::VesBias::optimize_coeffs_
private

◆ optimizer_pntr_

Optimizer* PLMD::ves::VesBias::optimizer_pntr_
private

◆ options

std::set<std::string> PLMD::Action::options
privateinherited

Option that you might have enabled.

◆ outputForces

std::vector<double> PLMD::bias::Bias::outputForces
privateinherited

the vector of the forces

◆ plumed

PlumedMain& PLMD::Action::plumed
inherited

Reference to main plumed object.

◆ projection_args_

std::vector< std::vector<std::string> > PLMD::ves::VesBias::projection_args_
private

◆ replica_index

int PLMD::Action::replica_index
privateinherited

◆ restart

bool PLMD::Action::restart
privateinherited

◆ sampled_averages

std::vector<std::vector<double> > PLMD::ves::VesBias::sampled_averages
private

◆ sampled_cross_averages

std::vector<std::vector<double> > PLMD::ves::VesBias::sampled_cross_averages
private

◆ static_targetdist_fileoutput_active_

bool PLMD::ves::VesBias::static_targetdist_fileoutput_active_
private

◆ stride

int PLMD::ActionPilot::stride
privateinherited

◆ targetdist_averages_filename_

std::string PLMD::ves::VesBias::targetdist_averages_filename_
private

◆ targetdist_averages_pntrs_

std::vector<std::unique_ptr<CoeffsVector> > PLMD::ves::VesBias::targetdist_averages_pntrs_
private

◆ targetdist_file_fmt_

std::string PLMD::ves::VesBias::targetdist_file_fmt_
private

◆ targetdist_filename_

std::string PLMD::ves::VesBias::targetdist_filename_
private

◆ targetdist_pntrs_

std::vector<TargetDistribution*> PLMD::ves::VesBias::targetdist_pntrs_
private

◆ targetdist_restart_file_fmt_

std::string PLMD::ves::VesBias::targetdist_restart_file_fmt_
private

◆ timestep

double PLMD::Action::timestep
privateinherited

Save the timestep here.

◆ update_from

double PLMD::Action::update_from
privateinherited

Update only after this time.

◆ update_until

double PLMD::Action::update_until
privateinherited

Update only until this time.

◆ use_multiple_coeffssets_

bool PLMD::ves::VesBias::use_multiple_coeffssets_
private

◆ valsToForce

std::vector<unsigned> PLMD::ActionWithValue::valsToForce
privateinherited

◆ valueBias

Value* PLMD::bias::Bias::valueBias
privateinherited

the pointer to the bias component

◆ values

std::vector<std::unique_ptr<Value> > PLMD::ActionWithValue::values
privateinherited

An array containing the values for this action.


The documentation for this class was generated from the following files: