We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75e78e commit 4bcad2aCopy full SHA for 4bcad2a
atomate/common/powerups.py
@@ -243,10 +243,12 @@ def powerup_by_kwargs(
243
Args:
244
original_wf: workflow that will be changed
245
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
- }}
+ powerup_kwargs: KWARGS used to apply any power, EXAMPLE:
+ {"add_modify_incar": {
+ "modify_incar_params": {
+ "incar_update": {"KPAR": 8}}
250
+ }
251
252
253
"""
254
# a list of possible powerups in atomate (most specific first)
0 commit comments