-
Notifications
You must be signed in to change notification settings - Fork 70
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
Formation energy trends for pure system and system with vacancy from canonical MC simulations #351
Comments
Do you expect the vacancies to raise the formation energy or to lower the formation energy? Does the formation energy of the first step of your heating run match the DFT? Also, can you upload your |
"Do you expect the vacancies to raise the formation energy or to lower the formation energy? " The prim.json is ], |
I just created a project with your prim, and I only see two composition axes. Which axis are you using? Can you do A pure AB system is not necessarily |
Below is the output I am getting when casm composition -d is executed
Currently selected composition axes: 0 I did the query site_frac/comp_n and I get what I expect.
name selected site_frac(W) site_frac(Ta) site_frac(Va)
Regarding "A pure AB system is not necessarily "comp": [0.49, 0.51].", what do you suggest then for pure AB system? |
Okay, if you are using composition axis 0, then I think the composition axis is not the problem. If I understand your plots correctly, on the top plot you have the zero-vacancy structures near the convex hull at formation energy -100 meV/atom, and the low-vacancy and high-vacancy structures in the upper group at formation energy +300meV/atom? Then in the lower plot from monte carlo, the formation energies of the zero-vacancy structures look close to the DFT energies at around -100 meV/atom, but the formation energies of the low-vacancy and high-vacancy structures are much lower i.e. breaking the predicted convex hull? Have you tried looking at those structures or seeing what their correlations are? |
Yes, exactly. You got it correctly. |
Yes, if there are structures predicted below the convex hull, then you should calculate those and refit the cluster expansion. If you have structures that far below the convex hull, then you can't trust the monte carlo results. What you want to see is that at 0K you get your DFT convex hull, and as the temperature goes up, the free energy decreases. The formation energy should not decrease because it means there is a more stable potential ground state there. |
You mean I should take the final structure obtain from MC (few thousand atoms) and do the DFT calculations and refit the cluster expansion? |
Yes, you can try reducing the size of the Monte Carlo (but this may change your results) or importing the structure into CASM in order to make it primitive before DFT. Another option is to enumerate a large set of test configurations (different volumes or orderings than your existing data), predict them with your cluster expansion, and see if any break the convex hull. Then you can select a few of these to calculate with DFT. If you choose to do this method, I recommend copying your CASM project and enumerating in the new project. Then you can import the enumerated structures back into the original project. It will keep the original project clean, and it will also be faster because having a lot of configurations in the database slows things down. |
Thank you so much for your suggestion. I will try these possibilities. |
Hello |
If you have the same bspecs.json, eci.json, etc., then you can do If you copied the old project, then you can try |
Okay. Thanks a lot !! |
Can you explain a bit how to copy the original project and import the new structures to improve the CE fit. I am doing my DFT calculation outside CASM project. with VASP ( not with CASM interface). |
Hello @darjaved |
I already have a casm project and now from the MC sumulations I found i
need to include more structures, so i will do the DFT calculations of those
new structures. Since i have already done the fitting part if i import more
structures it will change my whole eci’s. I have already done the weight
optimization. How to import new structures so to make sure I don’t have to
repeat whole weight optimisation again. Like what does copying old projects
mean?
…On Tue, 6 Aug 2024 at 2:28 PM, pandeydhanshree ***@***.***> wrote:
Hello @darjaved <https://github.com/darjaved>
You can import your VASP structure files using the casm import command.
For example, execute the command:
casm import -s settings.json -b subdirectories.txt
You can see the details for settings.json using "casm import". The
subdirectories.txt file contains the paths to your VASP structures that you
wish to import. I hope it was helpful.
With best regards
Dhanshree
—
Reply to this email directly, view it on GitHub
<#351 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6AKEKWXHBK3Y5OKI4DJIIDZQCF4PAVCNFSM6AAAAABMBSCIC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZQG42TCNZSGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am trying to perform canonical MC calculations with A,B and vacancy (Va) as the components of the alloy at a certain temperature. So, my training DFT data contains structures like AB, BVa, AVa, and ABVa. Now I wish to see the formation energy trends at different temperatures for, let say,
a: Pure AB system ("comp": [0.49, 0.51],)
b: Low vacancy concentration ("comp": [0.49, 0.49, 0.02],)
c: High vacancy concentration ("comp": [0.45454545, 0.45454545, 0.09090910],)
The results I obtain (attached below) are not consistent with what we obtain from 0K cluster expansion/DFT energies (structures with vacancy have higher formation energy).
Can you please have a look at the plots and let me know what is the issue.
Thank you and best regards
Dhanshree
Casm-MC-results.pdf
Originally posted by @pandeydhanshree in #338 (comment)
The text was updated successfully, but these errors were encountered: