Importing very large CIFs #2811
-
Hi all, I am attempting to use Pymatgen for the analysis of a supercell containing ~10,000 atoms. I am getting the following warning message:
I understand the rationale for including this feature, but in my specific circumstance this will harm my analysis. I think that the from_file() method should have an optional argument to switch this off, i.e. force it to accept the atomic positions in use. Is there any way to do this? Could someone add this feature? Liam |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@lnaglecocco Just out of curiosity, could you explain how this affects your analysis? The relevant code is in Lines 543 to 563 in 666f90f |
Beta Was this translation helpful? Give feedback.
-
I just pushed an option to allow this to be bypassed. |
Beta Was this translation helpful? Give feedback.
I just pushed an option to allow this to be bypassed.