issues with the 38 LJ cluster example
See original GitHub issueAfter refactoring crystal.py
I was attempting to replicate the 38 cluster example but in the new code as wyckoff_attempts
(previously max3
) is set to 10 by default the code cannot generate structures in C1 with more than 10 atoms without increasing this value.
Checking back at the code before I made any contributions the example worked previously. I am not sure if I have introduced a bug and there was something previously in place that accounted for this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Disconnectivity graph for the LJ 38 cluster. In this case, there ...
Figure 6 shows the disconnectivity graph associated with the LJ 38 cluster, which exhibits two main features corresponding to incomplete icosahedral and ...
Read more >The size-temperature “phase diagram” for small Lennard ...
For example, the Cambridge Cluster Database. [1] gives putative global minima configurations for LJ clusters with sizes up to n = 1000. For...
Read more >Lennard-Jones Clusters - UMD Math
Lennard-Jones (LJ) clusters model clusters of rare gases such as Ar, Kr, Xe, Rd and certain synthetic particles. Two problems of interest concerned...
Read more >Structure and binding of LennardJones clusters: 13≤N≤147
with the restricted problem of describing the ground state of a classical N-particle system interacting through the Len- nard-Jones or "LJ" pair potential....
Read more >Minimization of the potential energy surface of Lennard–Jones ...
LJ cluster problem. However, both QA and SA proto- cols become unable to find the global minimum at a rea- sonable cost when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you generate 16 atoms with P1 symmetry, it means that you at least need to try 16 Wyckoff positions.
I realize we should have a dynamic assignment of numwyckoffs. This has been fixed in 3b08081
working!