kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
KIM_ComputeArgumentName.hpp File Reference
#include <string>

Go to the source code of this file.

Classes

class  KIM::ComputeArgumentName
 An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API. More...
 
struct  KIM::COMPUTE_ARGUMENT_NAME::Comparator
 Structure provided for use with std::map. More...
 

Namespaces

namespace  KIM
 
namespace  KIM::COMPUTE_ARGUMENT_NAME
 Contains the enumeration constants and the discovery routines for the ComputeArgumentName Extensible Enumeration.
 

Functions

void KIM::COMPUTE_ARGUMENT_NAME::GetNumberOfComputeArgumentNames (int *const numberOfComputeArgumentNames)
 Get the number of standard ComputeArgumentName's defined by the KIM API.
 
int KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentName (int const index, ComputeArgumentName *const computeArgumentName)
 Get the identity of each defined standard ComputeArgumentName.
 
int KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentDataType (ComputeArgumentName const computeArgumentName, DataType *const dataType)
 Get the DataType of each defined standard ComputeArgumentName.
 

Variables

ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::numberOfParticles
 The standard numberOfParticles argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::particleSpeciesCodes
 The standard particleSpeciesCodes argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::particleContributing
 The standard particleContributing argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::coordinates
 The standard coordinates argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialEnergy
 The standard partialEnergy argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialForces
 The standard partialForces argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialParticleEnergy
 The standard partialParticleEnergy argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialVirial
 The standard partialVirial argument.
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialParticleVirial
 The standard partialParticleVirial argument.