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 536cb19 commit 1fd08b5Copy full SHA for 1fd08b5
src/ts-workflow-examples/geodesic_ts_with_hessian/using_mace.py
@@ -32,7 +32,7 @@ def main():
32
logger.info("Successfully read reactant and product structures.")
33
34
# Create NEB job
35
- job1 = strip_decorator(geodesic_job(reactant, product, calc_kwargs=calc_kwargs))
+ job1 = strip_decorator(geodesic_job)(reactant, product, calc_kwargs=calc_kwargs)
36
print(job1)
37
logger.info("Created Geodesic job.")
38
'''
0 commit comments