-
Notifications
You must be signed in to change notification settings - Fork 3
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
Metal cluster possible? #24
Comments
Update on possible solution number 2code: The code works for now but it needs minor improvements to the algorithm. https://github.com/jonathan-schoeps/MindlessGen/tree/dev/contract_coordinates |
Please label with which code (e.g., https://github.com/jonathan-schoeps/MindlessGen/tree/dev/contract_coordinates) this was conducted or is tested currently. |
Idea for ternary structures
|
Perovskite structures as potential targets
|
Update on possible solution number 2CodeThe newest version of the code (https://github.com/jonathan-schoeps/MindlessGen/blob/dev/contract_coordinates/src/mindlessgen/molecules/generate_molecule.py) works fine. Proof of conceptHere are some examples for the calculated structures while using the new version of the code: Structure with 43 atoms:Optimized with GFN1-xTB: mlm_C1H18O2Li1F3P2Zn1Ga4Se2Br2Kr1Mo1Ag1Te2I1Cs1_4cd696.zip A first try to converge the geometry of this structure with Orca, but it did not converge after 25 optimization cycles: Structure with 48 atoms:Optimized with GFN1-xTB: mlm_H25N3O2Be1B1F1Al2S2Cl1Ar1Ca1Br2Sb2Cs1Hf1W1Ir1_2e138c.zip Ternary Oxides:The tested structure contains 80 atoms with the sumformula NaInO2: Optimized with GFN1-xTB: |
All in all, great results! 🚀 In the following, some detailed feedback on the specific points:
Regarding the wording in this context: Usually, people think about SCF convergence when talking about trying to converge this with ORCA, so make it clearer if you mean SCF or geometry convergence.
Regarding both, the 43 and 48 atoms structure: We should make use of the new feature in
By using maybe 1.1 or 1.2, we're reducing these "semi-fragments" that seem to be present in the structures (some atoms or structural motifs might not be connected via covalent bonds; IMHO the distances are sometimes a bit too large). Maybe we should also reduce the default from 1.3333 to 1.2.
The ternary oxide looks great! Have you tried converging this with PBE (SCF convergence)? Have you already tested generating even larger structures (maybe 120 atoms)? |
What's the best way of generating larger solid state structures?
Possible solutions
Further thoughts
The text was updated successfully, but these errors were encountered: