mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Add Golden Braid Centering example config
This commit is contained in:
parent
4163d1e2ac
commit
bdde1f873c
1 changed files with 20 additions and 0 deletions
|
|
@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue