/kissing-number-problem-r3

Verification of kissing number problem in three dimensions with an extension of Delsarte's method.

Primary LanguagePythonApache License 2.0Apache-2.0

Kissing Number Problem in Three Dimensions

This is a study program for validating kissing problem in 3 dimensions based on an extension of Delsarte's method.

References

Prerequisite

This project uses

You can install them using pip install -r requirements.txt.

Usage

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

Navigation

In this project, you can see

  • lib.py for core features, and
  • util.py for packed tools.