Which solid_dmft tutorials are realistic on a local machine vs HPC? #135
Replies: 2 comments 2 replies
|
Ciao Curvokarol, Alberto here. For the tutorials we discussed this back in the day and we preferred being honest and giving a setup which gives reasonably converged DMFT calculations instead of giving toy examples. Having said that, there has been incredible progress from the point of view of the solvers, both CTHYB and CTSEG have become incredibly efficient (factor of 10 or even more) in the past year thanks to the amazing work of the people at flatiron. This means that you could take a subset of the calculations in the svo tutorial and probably run them overnight on a laptop. Just for your information, we had a DFT school in Ghana last year and we managed to run the coarse phase diagram in two days on a workstation from 2019 using 10 cores in the mpirun call. You can try and set In the [solver] card in the toml, this kills the states with electron number more than 3 for the vanadium. Given this is V4+, so 1 electron in the t2g shell, it is very energetically unfavorable to have 4 electrons or more in it. This will remove highly unlikely states in the proposal and make the QMC in CTHYB even faster. Please tell me if you need more help with the specifics of your material, if you do not feel comfortable with sharing your question on a public forum like github, feel free to contact me via email, I will be very happy to help you set up the workflow: |
|
Hi @Curvokarol , just to add to @alberto-carta comments. The tutorials here: https://github.com/TRIQS/tutorials/tree/3.3.x/AbinitioDMFT are all with solid_dmft and are specifically designed for running also on your laptop / workstation. We designed them for a TRIQS school and they are complementary to the tutorials on the solid_dmft documention page. Best, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have a question about the practical use of "solid_dmft", and i would also like to ask for guidance from people who have already gone through this workflow.
I was able to install "TRIQS", "triqs_dft_tools", and "solid_dmft" locally, and i can read the provided 'svo.h5' tutorial file with 'SumkDFTTools', so the installation itself seems to work.
However, when I looked at the tutorial scripts more closely, I noticed examples using commands such as
mpirun -n 72 solid_dmftand Monte Carlo settings like 'n_cycles_tot = 10e+6', which seem much more appropriate for HPC than for a local laptop/workstation.So I would like to ask:
solid_dmftworkflow on a personal machine?I am also asking because i am trying to build a DFT+DMFT workflow for monolayer NbS2, and at this stage this is honestly both a technical question and a request for help. I already have the DFT side in progress, but I am still struggling with the practical DFT+DMFT implementation and would be very grateful for guidance from anyone who has experience with 'TRIQS', 'DFTTools', 'solid_dmft', or similar workflows.
Thank you.
All reactions