pyiron / FAQs

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

developing a pyiron class for MD calculation postprocessing #10

Open jyang2009 opened 9 months ago

jyang2009 commented 9 months ago

Dear all,

We would like to develop a pyiron class for MD calculation postprocessing. We have already done something during the electrochemistry hackthon. The goal is to have something like mda = MolecularDynamicsAnalysis(pr, job_list) mda.plot_rdf() to plot the radial distribution function for example. We would like to get some suggestions on this class during the next Q&A session. Here are some questions we have in mind:

  1. In the MD analysis we usually need a series of pyiron jobs. What is the best way to initialize the class with multiple jobs?
  2. ... [to be added]