TGP is short for Tetravalent Goldberg Polyhedra.
This program enable us to calculate vertex coordinates of tetravalent Goldberg polyhedra.
If you want to know about tetravalent Goldberg polyhedra, check following paper or articles.
- https://www.nature.com/articles/nature20771 (not free)
- http://www.jst.go.jp/pr/announce/20161222/index.html (japanese)
- https://www.chem-station.com/blog/2016/12/Goldberg.html (japanese)
You can see examples of results here.
NOTE: This program cannot distinguish chirarity.
- Cmake
- Ceres Solver
- Node.js (only for visualization)
mkdir build && cd build
cmake .. && make -j
Both h
and k
should be intergers which are not less than zero. The meanings of h
and k
is described in paper and articles I mentioned.
./main <h> <k>
You can check last result you have got.
npm i
npm run start