Skip to content

Commit 52d3774

Browse files
Add missing docstring for allow_orthorhombic in CommonQhaMaker (#1406)
* Add missing docstring for `allow_orthorhombic` in `CommonQhaMaker` Closes #1403. * fix whitespace
1 parent 06b4c30 commit 52d3774

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/atomate2/common/flows

src/atomate2/common/flows/qha.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class CommonQhaMaker(Maker, ABC):
7878
prefer_90_degrees: bool
7979
if set to True, supercell algorithm will first try to find a supercell
8080
with 3 90 degree angles
81+
allow_orthorhomic: bool
82+
Whether the supercell should be allowed to be orthorhombic
8183
get_supercell_size_kwargs: dict
8284
kwargs that will be passed to get_supercell_size to determine supercell size
8385
"""

0 commit comments

Comments
 (0)