CASMcode
CASMcode copied to clipboard
Monte carlo LTE doesn't contain "dependent_runs" field
Running monte carlo using the example LTE settings from "casm format --monte" gives the error:
ensemble: GrandCanonical method: LTE1
ERROR calculating single spin flip LTE grand canonical potential.
ERROR in LTE1 calculation: dependents_runs must be false
This is fixed by adding the field: "dependent_runs": false under "driver" in the settings file.
Thank you for the report, I'll address this.