Skip to content

Commit 4bcad2a

Browse files
committed
updated docs
1 parent c75e78e commit 4bcad2a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

atomate/common/powerups.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,12 @@ def powerup_by_kwargs(
243243
Args:
244244
original_wf: workflow that will be changed
245245
add_powerup_module: user_made modules that contain powerups
246-
powerup_kwargs: KWARGS used to apply any power: {"add_modify_incar": {
247-
"modify_incar_params": {
248-
"incar_update": {"KPAR": 8}}
249-
}}
246+
powerup_kwargs: KWARGS used to apply any power, EXAMPLE:
247+
{"add_modify_incar": {
248+
"modify_incar_params": {
249+
"incar_update": {"KPAR": 8}}
250+
}
251+
}
250252
251253
"""
252254
# a list of possible powerups in atomate (most specific first)

0 commit comments

Comments
 (0)