jli5373
jli5373
I'm attempting to use casm super --duper --confignames to generate an appropriate supercell for Monte Carlo. ```casm super --duper --confignames 'SCEL2_2_1_1_0_1_1/1' 'SCEL4_4_1_1_0_1_3/4'``` returns an error of ``` -- Error: In...
When I do a casm import, CASM prepends "prim:" to the "properties_origin" filepath in the import_report (ie. "properties_origin" : "prim:/casmroot/path/to/properties.calc.json"). This appears to occur when the imported structures maps to...
Trying to run 'casm import -s import_settings.json -b vasp_properties.txt' in v1.2.0 for data from v0.3 is not working. It only generates a structure.json but doesn't copy the properties.calc.json/relax.json so casm-calc...
In CASMv1.2.0, I'm running casm import (from properties.calc.jsons) and it seg faults when the properties.calc.json has an empty [] value for the force. I've attached the problematic properties.calc.json file in...
The documentation from ```casm update -h``` indicates that casm update should default to the MASTER selection list, but unless I explicitly input `casm update -c MASTER`, it seems to attempt...
2 issues: 1. I ran a `casm select --set 'on_hull'` and it selected 10 configurations, of which 2 had positive hull distances. If I then run `casm select --set 'lt(hull_dist,0.001)'`...