Skip to content

Commit

Permalink
revert chemenv additional_condition rename
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Jun 19, 2024
1 parent 6fd22ff commit 489a6e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pymatgen/io/lobster/lobsterenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ def __init__(
or ICOBI) should be considered.
additional_condition (int): Additional condition that decides
which kind of bonds will be considered:
0 - No additional condition
1 - Only anion-cation bonds
2 - No element to same element bonds
3 - Only anion-cation bonds and no element to same element bonds
4 - Only element to oxygen bonds
5 - No anion-cation bonds
6 - Only cation-cation bonds
0 - NO_ADDITIONAL_CONDITION
1 - ONLY_ANION_CATION_BONDS
2 - NO_ELEMENT_TO_SAME_ELEMENT_BONDS
3 - ONLY_ANION_CATION_BONDS_AND_NO_ELEMENT_TO_SAME_ELEMENT_BONDS
4 - ONLY_ELEMENT_TO_OXYGEN_BONDS
5 - DO_NOT_CONSIDER_ANION_CATION_BONDS
6 - ONLY_CATION_CATION_BONDS
only_bonds_to (list[str]): Only consider bonds to certain elements (e.g. ["O"] for oxygen).
perc_strength_icohp (float): If no "limits" are given, this will decide
which ICOHPs will be considered (relative to the strongest ICOHP/ICOOP/ICOBI).
Expand Down

0 comments on commit 489a6e5

Please sign in to comment.