- Apr 08, 2013
-
-
Valerio Mariani authored
-
- Apr 06, 2013
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
for large radii, the number of buckets that have to be looked at when doing a HasWithin starts to dominate query performance. To work around these cases we now do the following two things: - store the bounding box for the buckets and intersect the cube of buckets which have to be traversed with the bounding box. - when the number of buckets which have to be traversed gets larger than the total number of buckets in the organizer, loop over all buckets instead of looping over the cube.
-
Marco Biasini authored
-
- Apr 01, 2013
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
they added very little benefits and were in general very slow. The call sites of AtomsBegin have been replaced by a triple for loop, ResiduesBegin by a double for loop. While that adds some typing overhead, it gives a speed up compared to the old version. It also happens to fix a problem noticed by Niklaus. the superposition code has also been refactored to reduce redundancy and make it easier to read.
-
Andreas Schenk authored
-
- Mar 27, 2013
-
-
Tobias Schmidt authored
thanks to Ansgar
-
- Mar 18, 2013
-
-
-
The code becomes much simpler, cleaner and fixes as weird crash with Qt 4.8
-
Bienchen authored
-
-
Commited patched file by mistake
-
-
Thanks Tobias for diagnosing the problem
-
Bienchen authored
-
Bienchen authored
-
Bienchen authored
-
distance to check
-
Bienchen authored
-
-
-
-
-
-
-
-
Bienchen authored
-
Marco Biasini authored
-
Marco Biasini authored
Up until Python 2.6, MacOS X systems were detected as 32 bit platforms. Now, they are detected as 64bit systems. This caused sys.path to be wrong and the ost module could not be imported
-
Marco Biasini authored
-
Marco Biasini authored
-
- Mar 12, 2013
-
-
Valerio Mariani authored
Commited patched file by mistake
-
Valerio Mariani authored
-
Valerio Mariani authored
Thanks Tobias for diagnosing the problem
-
- Mar 08, 2013
-
-
Marco Biasini authored
On some old versions of Boost.Python, std::out_of_range is not properly converted to IndexError. Instead, a RuntimeError is raised. For these versions, we overwrite the IndexError type with the type of the exception raised by geom.Vec2()[3].
-
Valerio Mariani authored
-
- Mar 05, 2013
-
-
Marco Biasini authored
The code becomes much simpler, cleaner and fixes as weird crash with Qt 4.8
-