custodian icon indicating copy to clipboard operation
custodian copied to clipboard

A simple, robust and flexible just-in-time job management framework in Python.

Results 49 custodian issues
Sort by recently updated
recently updated
newest added

## Context The `LargeSigmaHandler` for VASP calculations tries to ensure that the energy contribution to the electronic free energy due to Fermi-level smearing ("smearing entropy") is not in excess of...

handler
fix
vasp

## Summary Closes #224. If NBANDS is set to an unphysically high value, the resulting electronic structure properties can be completely erroneous. This is becoming more of a problem lately...

## Summary Use methods from `monty` to enable usage of the `check()` functions in Custodian handlers/validators on compressed files. This is (primarily) meant to enable us to use Custodian handlers/validators...

When modeling very small systems (e.g. a single CO molecule in a box) with VASP, if `NBANDS` is too large, the electronic structure (e.g. the DOS) can be completely unphysical....

### Email (Optional) _No response_ ### Version 2023.7.22 ### Which OS(es) are you using? - [ ] MacOS - [ ] Windows - [x] Linux ### What happened? There is...

bug

Introduce custodian handler to ensure that both GGA and METAGGA are not included in INCAR on VASP runs. See: [https://github.com/materialsproject/atomate2/issues/453](url) for more detailed information and examples Specifying both GGA and...

It's currently not possible to use a VASP (or Lobster) command including more than 1 line (e.g., to change the number of threads within one job script). I did not...

discussion

The AliasingErrorHandler checks for a 'brmix' error, but this error is not in the error_msgs dictionary. https://github.com/materialsproject/custodian/blob/202b941ab9c5d8fc3b9b9e5bb26a9e280ba1e0ea/custodian/vasp/handlers.py#L789C30-L789C30

When reporting bugs/issues, please supply the following information. If this is a feature request, please simply state the requested feature. ## System * Custodian version: 2023.6.5 * Python version: 3.9.16...

In most of the handlers and validators the same output files are parsed in the `check` and/or in the `correct` methods. For VASP they are mainly the vasprun.xml and OUTCAR...