Changes between Initial Version and Version 1 of Ticket #789, comment 3
- Timestamp:
- Aug 14, 2017, 5:52:31 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #789, comment 3
initial v1 3 3 self.atoms.radii = self.atoms.default_radii 4 4 5 to Structure.__init__(). The C++ function only resorts to the default calculation every time if the radii are never actually set. After that, the atoms.radii call comes down from 10 to 1.5ms for 184k atoms.5 to `Structure.__init__()`. The C++ function only resorts to the default calculation every time if the radii are never actually set. After that, the atoms.radii call comes down from 10 to 1.5ms for 184k atoms.