-
Notifications
You must be signed in to change notification settings - Fork 874
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
FermiDos.get_doping()
to be more robust (#3879)
* Update `FermiDos.get_doping()` to be more robust. * Update `tol` defaults for DOS methods, and add small notes to `Vasprun` DOS parsing docstrings * pre-commit auto-fixes * Use `scipy.special.expit` function for Fermi-Dirac distribution, slightly faster, cleaner and no masking required to avoid overflow warnings * Update `FermiDos.get_doping()` to be more robust. * Update `tol` defaults for DOS methods, and add small notes to `Vasprun` DOS parsing docstrings * pre-commit auto-fixes * Use `scipy.special.expit` function for Fermi-Dirac distribution, slightly faster, cleaner and no masking required to avoid overflow warnings * Merge pymatgen master (pt 2) * pre-commit auto-fixes * pre-commit auto-fixes * Fix default `tol` update * Remove yaml files to force re-eval * Ensure LF line endings for yamls --------- Signed-off-by: Seán Kavanagh <51478689+kavanase@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
603 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.