Changes between Initial Version and Version 1 of Ticket #789, comment 3


Ignore:
Timestamp:
Aug 14, 2017, 5:52:31 AM (8 years ago)
Author:
Tristan Croll

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #789, comment 3

    initial v1  
    33    self.atoms.radii = self.atoms.default_radii
    44
    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.
     5to `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.