-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
When updating completed calculations using casm update, I would like to deformation_cost instead of CASM's default minimum energy for conflict resolution. According to casm update --desc this is done by setting "data":{"method":"deformation_cost", "lattice_weight":0.5} in the settings.json file. However, when I tried it, this does not work. Below is the settings.json file I used for casm update -s settings.json
{
"force" : true,
"mapping" : {
"cost_tol" : 0.000010000000,
"fix_lattice" : false,
"fix_volume" : false,
"ideal" : false,
"k_best" : 1,
"lattice_weight" : 0.500000000000,
"max_va_frac" : 0.500000000000,
"max_vol_change" : 0.300000000000,
"min_va_frac" : 0.000000000000,
"primitive_only" : false,
"robust" : false,
"strict" : false
},
"data":{"method":"deformation_cost", "lattice_weight":0.5}
}
Could you please show me the right way to do this? casm format --update does not work as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels