Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RASPA for a database #39

Open
alireza68hadi opened this issue Dec 26, 2022 · 2 comments
Open

RASPA for a database #39

alireza68hadi opened this issue Dec 26, 2022 · 2 comments

Comments

@alireza68hadi
Copy link

Hi everyone,

I have a question about using RASPA for a large number of MOFs. How could we calculate the adsorption of gas in a large number of MOFs? in many scientific papers, the authors have reported the calculation of gas adsorption in a large number of MOFs using RASPA. how long does it take?

Thanks!

@qlx17
Copy link

qlx17 commented Jan 9, 2023

To calculate a large number of MOFs, I think you need an extra script to generate all the necessary input files for RASPA (including "run" and "simulation.input" for each MOF). And to run this large number of simulations on a workstation or a supercomputer cluster, you might need an additional script to submit all these jobs depending on the queuing system that you use. “Section 1.3.5 Running RASPA” in the RASPA documentation provides a brief description of how these files look like. For the scripts to generate all these input files and obtain the simulation results, RASPA provides an example at

RASPA2/scripts/SingleComponentAdsorption-CBMC/

These scripts are written in perl, but you can also use your familiar programming language to rewrite them.

As for the simulation time, it depends on the MOF-adsorbate system and the number of MOFs that you want to simulate. You can first try several simulations and find their CPU time in the output files, based on them you can estimate the total simulation time of your whole simulation.

@alireza68hadi
Copy link
Author

To calculate a large number of MOFs, I think you need an extra script to generate all the necessary input files for RASPA (including "run" and "simulation.input" for each MOF). And to run this large number of simulations on a workstation or a supercomputer cluster, you might need an additional script to submit all these jobs depending on the queuing system that you use. “Section 1.3.5 Running RASPA” in the RASPA documentation provides a brief description of how these files look like. For the scripts to generate all these input files and obtain the simulation results, RASPA provides an example at

RASPA2/scripts/SingleComponentAdsorption-CBMC/

These scripts are written in perl, but you can also use your familiar programming language to rewrite them.

As for the simulation time, it depends on the MOF-adsorbate system and the number of MOFs that you want to simulate. You can first try several simulations and find their CPU time in the output files, based on them you can estimate the total simulation time of your whole simulation.

Thanks a lot! I'll work on it ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants