CASMcode icon indicating copy to clipboard operation
CASMcode copied to clipboard

First-principles statistical mechanical software for the study of multi-component crystalline solids

Results 105 CASMcode issues
Sort by recently updated
recently updated
newest added

Hi there, I was recently learning how to use CASM with QE as the calculator. I followed the help message from `casm status -n`, and set up 'relax.json', 'SPECIES', and...

I have fixed the import error caused by an existing `properties.calc.json` as described in #320. I fixed the segfault for empty force in #313. For an empty `value` field like...

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...

from casm.project import Project, Selection, write_eci from casm.learn import open_halloffame, open_input, checkhull, to_json import pandas import matplotlib.pyplot as plt casm_learn_input = 'fit.json' selection = 'train' input = open_input(casm_learn_input) hall =...

hii, i am getting error as " TypeError: properties() missing 1 required positional argument: 'calcdir'" when i try to use vasp.relax.report in the calculation directory. i am using the latest...

Dear Developers, I am a new user of CASM code. I have installed CASM code (version 1.2.0, https://prisms-center.github.io/CASMcode_docs/pages/installation/) in the local machine (Ubuntu 20.04) using the following steps: 1. Install...

The enumeration output file seems to be missing some configurations that were generated from a larger supercell and then added to the project in primitive form. For example, with these...

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...

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...