materialsproject / jobflow

jobflow is a library for writing computational workflows.
https://materialsproject.github.io/jobflow
Other
90 stars 25 forks source link

FibonacciAdder example flow? #493

Closed JaGeo closed 8 months ago

JaGeo commented 8 months ago

I am currently wondering if one can easily recreate the FibonacciAdderTask example from Fireworks with jobflow. ( see here https://materialsproject.github.io/fireworks/guide_to_writing_firetasks.html). None of the examples that are currently provided would hint at this.

utf commented 8 months ago

Does this not do it: https://github.com/materialsproject/jobflow/blob/main/examples/fibonacci.py


From: J. George @.> Sent: Thursday, November 23, 2023 10:25:12 PM To: materialsproject/jobflow @.> Cc: Subscribed @.***> Subject: [materialsproject/jobflow] Fibonacci example (Issue #493)

I am currently wondering if one can easily recreate the FibonacciAdderTask example from Fireworks with jobflow. ( see here https://materialsproject.github.io/fireworks/guide_to_writing_firetasks.html). None of the examples that are currently provided would hint at this.

— Reply to this email directly, view it on GitHubhttps://github.com/materialsproject/jobflow/issues/493, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKE3TWWXB6ETTEUKEJ6S33YF7EMRAVCNFSM6AAAAAA7YKGK66VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDQOBVG4ZDSNY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

JaGeo commented 8 months ago

Thanks! Yes, it does, of course. (Sorry, I am stupid) Maybe, we add it to the documentation as well ... (Meanwhile, I was also able to construct such an example myself and wanted to close the issue ...)