This is a study program for validating kissing problem in 3 dimensions based on an extension of Delsarte's method.
- Musin, O. The Kissing Problem in Three Dimensions. Discrete Comput Geom 35, 375–384 (2006).
This project uses
- NumPy,
- SciPy,
- Matplotlib, and
- SymPy.
You can install them using pip install -r requirements.txt
.
You can execute examples/s2_verify.py
via commands
cd examples
python3 s2_verify.py
Possible result is shown as follows:
h2: 12.874869834882462
h4: 12.917070958008141
12.918143697010624
h3: 12.942527302266296
12.964797422562022
12.9508335817848
12.960647320409375
12.951894003307714
In this project, you can see
lib.py
for core features, andutil.py
for packed tools.