-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: VASP does not write charge component for orbital moments * Rename Calculations -> Batch * Rename topology -> stoichiometry
- Loading branch information
1 parent
b1009cd
commit c4e5cd3
Showing
78 changed files
with
888 additions
and
888 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Copyright © VASP Software GmbH, | ||
# Licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) | ||
from py4vasp._analysis.mlff import MLFFErrorAnalysis | ||
from py4vasp._calculations import Calculations | ||
from py4vasp._batch import Batch | ||
from py4vasp._calculation import Calculation, calculation | ||
from py4vasp._third_party.graph import plot | ||
from py4vasp._third_party.interactive import set_error_handling | ||
from py4vasp.calculation._class import Calculation | ||
|
||
__version__ = "0.10.0" | ||
set_error_handling("Minimal") |
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
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
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.