-
Notifications
You must be signed in to change notification settings - Fork 17
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
After using RemoveScatterer, the catalogue of athoms doesn't update #41
Comments
Thanks for the report. For some reason, the As a temporary workaround, you can add a very small value to any scatterer coordinate, and it will force the update of the For example, add a single line: |
Thank you for getting back to me. It works. |
@sbillinge reopening. I don't think this is fixed, just a workaround reported. |
Yes, it's still on the todo list, but this needs to be done & tested first upstream in https://github.com/vincefn/objcryst, and then propagated to I need first to merge two |
@vincefn looking forward to seeing you at EPDIC.... |
Sorry, won't be there, but Jan Rohlicek will be presenting some new Fox features (new grid/distributed computed version, and inter-molecular constraints for combination with NRM) |
aw, too bad. |
This should be fixed in |
@ji-ze please let us know if 2024-2 fixes this problem for you and we can close this issue. |
@ji-ze |
I spoke too quickly - the libobjcryst built packages are missing the headers... I'll mark those as broken, sorry... |
build _1 of |
pyobjcryst 2024.2 is out on conda, so this should be working without needing to compile from source. Re-open if you still have issues. |
Hello,
I generate a primitive lattice with random carbon atoms. If I remove an atom by RemoveScatterer(), the function GetFormula writes the original formula before removing an atom. If I use GetNbScatterer, I get a correct answer. It isn't practical, because I want to generate an electron density map, but I get the same result (before/after). I'm including my code.
Thanks for answers.
(Output after removing 2 atoms. The 1st line is GetNbScatterer and 2nd is GetFormula)
The text was updated successfully, but these errors were encountered: