pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

Read pontential file from another job #66

Open aageo25 opened 2 months ago

aageo25 commented 2 months ago

In the Q&A session today, @jan-janssen told me how to read a potential definition, i.e., a pandas.DataFrame from another job/Project. One can use the following command:

potential = proj['myjobname'].to_object().potential

Then assign potential to another job:

job.potential = potential