PerceptionLabPortable / app /graph workflows /06_superfluid_computer.json
Aluode's picture
Upload folder using huggingface_hub
3bb804c verified
{
"global_settings": {
"coupling": 80
},
"nodes": [
{
"id": 0,
"class_name": "ConstantSignalNode",
"pos_x": 50,
"pos_y": 100,
"width": 200,
"height": 180,
"config": {
"value": 1.0
}
},
{
"id": 1,
"class_name": "ConstantSignalNode",
"pos_x": 50,
"pos_y": 320,
"width": 200,
"height": 180,
"config": {
"value": 1.0
}
},
{
"id": 2,
"class_name": "SinglePulseNode",
"pos_x": 50,
"pos_y": 540,
"width": 200,
"height": 180,
"config": {}
},
{
"id": 3,
"class_name": "TopologicalXORNode",
"pos_x": 300,
"pos_y": 200,
"width": 250,
"height": 220,
"config": {}
},
{
"id": 4,
"class_name": "AnttiSuperfluidNode",
"pos_x": 600,
"pos_y": 200,
"width": 300,
"height": 250,
"config": {}
},
{
"id": 5,
"class_name": "ImageDisplayNode",
"pos_x": 950,
"pos_y": 200,
"width": 300,
"height": 200,
"config": {}
},
{
"id": 6,
"class_name": "SignalDisplayNode",
"pos_x": 950,
"pos_y": 450,
"width": 200,
"height": 100,
"config": {}
},
{
"id": 7,
"class_name": "TopologicalSieveNode",
"pos_x": 600,
"pos_y": 500,
"width": 250,
"height": 220,
"config": {}
},
{
"id": 8,
"class_name": "ImageDisplayNode",
"pos_x": 300,
"pos_y": 500,
"width": 250,
"height": 200,
"config": {}
},
{
"id": 9,
"class_name": "SignalDisplayNode",
"pos_x": 300,
"pos_y": 750,
"width": 200,
"height": 100,
"config": {}
}
],
"edges": [
{
"from_node_id": 0,
"from_port": "signal",
"to_node_id": 3,
"to_port": "input_A"
},
{
"from_node_id": 1,
"from_port": "signal",
"to_node_id": 3,
"to_port": "input_B"
},
{
"from_node_id": 2,
"from_port": "pulse_out",
"to_node_id": 3,
"to_port": "compute_trigger"
},
{
"from_node_id": 3,
"from_port": "output_C",
"to_node_id": 4,
"to_port": "signal_in"
},
{
"from_node_id": 4,
"from_port": "field_image",
"to_node_id": 5,
"to_port": "image"
},
{
"from_node_id": 4,
"from_port": "angular_momentum",
"to_node_id": 6,
"to_port": "signal"
},
{
"from_node_id": 2,
"from_port": "pulse_out",
"to_node_id": 7,
"to_port": "prime_trigger"
},
{
"from_node_id": 7,
"from_port": "image",
"to_node_id": 8,
"to_port": "image"
},
{
"from_node_id": 7,
"from_port": "prime_index",
"to_node_id": 9,
"to_port": "signal"
}
]
}