Add Golden Braid Centering example config

This commit is contained in:
Allaun Silverfox 2026-05-16 20:24:20 -05:00
parent de5c4b013d
commit f3f1ba1bae

View file

@ -0,0 +1,20 @@
{
"center": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"golden_threshold": 0.000001,
"steps": 1,
"strands": [
{
"id": "axis_0_clean",
"state": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
},
{
"id": "axis_1_clean",
"state": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
},
{
"id": "scarred_crossing_example",
"state": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"after": [0, 0, 0.8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
}
]
}