Skip to content

conflict mapping using "deformation_cost" does not work #292

@damienlkj

Description

@damienlkj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions