Algorithm to determine overlaps between spherical ellipses.
|
|
hace 3 años | |
|---|---|---|
| README.md | hace 3 años | |
| contact_function.py | hace 3 años | |
| overlap_algorithm.c | hace 3 años | |
| packing_simulation.py | hace 3 años |
Algorithm to calculate overlaps between two spherical ellipses.
Python files contain an interface for C functions in overlap_algorithm.c. This file should first be compiled to a shared library overlap_algorithm.so to make this interface work.