Skip to content

Commit 66190d7

Browse files
add missing names to single hop aneb flows
1 parent bda9c3c commit 66190d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/atomate2/common/flows/approx_neb.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ApproxNebFromEndpointsMaker(Maker):
4444
"""
4545

4646
image_relax_maker: Maker
47+
name: str = "ApproxNEB single hop from endpoints maker"
4748
selective_dynamics_scheme: Literal["fix_two_atoms"] | None = "fix_two_atoms"
4849
min_images_per_hop: int | None = 3
4950
min_hop_distance: float | bool = True

src/atomate2/vasp/flows/approx_neb.py

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ class ApproxNebSingleHopMaker(ApproxNebFromEndpointsMaker):
257257
"""
258258

259259
image_relax_maker: Maker = field(default_factory=ApproxNebImageRelaxMaker)
260+
name: str = "VASP ApproxNEB single hop from endpoints maker"
260261
use_aeccar: bool = False
261262

262263
def get_charge_density(self, prev_dir: str | Path) -> Chgcar:

0 commit comments

Comments
 (0)