CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::ScoreMappedProperties::Option Struct Reference

#include <MappedProperties.hh>

Detailed Description

Definition at line 161 of file MappedProperties.hh.

Public Member Functions

 Option (Method _method=Method::minimum, std::string _name="energy")
 
 Option (Method _method, double _lattice_weight=0.5)
 

Public Attributes

Method method
 Method for scoring. More...
 
std::string name
 Property name or configname used for scoring. More...
 
double lattice_weight
 

Private Member Functions

 Option (Method _method, std::string _name, double _lattice_weight)
 

Constructor & Destructor Documentation

◆ Option() [1/3]

CASM::ScoreMappedProperties::Option::Option ( Method  _method = Method::minimum,
std::string  _name = "energy" 
)
inline

Definition at line 162 of file MappedProperties.hh.

◆ Option() [2/3]

CASM::ScoreMappedProperties::Option::Option ( Method  _method,
double  _lattice_weight = 0.5 
)
inline

Definition at line 165 of file MappedProperties.hh.

◆ Option() [3/3]

CASM::ScoreMappedProperties::Option::Option ( Method  _method,
std::string  _name,
double  _lattice_weight 
)
private

Definition at line 78 of file MappedProperties.cc.

Member Data Documentation

◆ lattice_weight

double CASM::ScoreMappedProperties::Option::lattice_weight

Definition at line 174 of file MappedProperties.hh.

◆ method

Method CASM::ScoreMappedProperties::Option::method

Method for scoring.

Definition at line 169 of file MappedProperties.hh.

◆ name

std::string CASM::ScoreMappedProperties::Option::name

Property name or configname used for scoring.

Definition at line 172 of file MappedProperties.hh.


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