@uuidna/qpu 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CITATION.cff +9 -0
- package/README.md +105 -1083
- package/dist/quantum/processing/unit/boot.js +42 -0
- package/dist/quantum/processing/unit/gate.js +134 -0
- package/dist/quantum/processing/unit/index.js +2081 -854
- package/dist/quantum/processing/unit/lean.js +4 -0
- package/dist/quantum/processing/unit/publish.js +69 -0
- package/dist/quantum/processing/unit/version.js +2 -0
- package/install.json +72 -3
- package/mcp.json +956 -52
- package/package.json +35 -13
- package/qpu.d.ts +12 -0
- package/src/quantum/processing/unit/index.lean +33 -38
- package/dist/quantum/processing/unit/index.d.ts +0 -32017
- package/worker.js +0 -2
- package/wrangler.toml +0 -26
package/mcp.json
CHANGED
|
@@ -26,7 +26,9 @@
|
|
|
26
26
|
"license": "CC-BY-NC-ND-4.0",
|
|
27
27
|
"provider": {
|
|
28
28
|
"@type": "Person",
|
|
29
|
-
"name": "Tsvetan Rouschev"
|
|
29
|
+
"name": "Tsvetan Rouschev",
|
|
30
|
+
"identifier": "https://orcid.org/0009-0000-7312-9778",
|
|
31
|
+
"sameAs": "https://orcid.org/0009-0000-7312-9778"
|
|
30
32
|
},
|
|
31
33
|
"kind": "quantum",
|
|
32
34
|
"only": {
|
|
@@ -425,17 +427,65 @@
|
|
|
425
427
|
"tools": [
|
|
426
428
|
{
|
|
427
429
|
"@type": "SoftwareApplication",
|
|
430
|
+
"vendors": {
|
|
431
|
+
"anthropic": {
|
|
432
|
+
"name": "qpu_quantum",
|
|
433
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
434
|
+
"input_schema": {
|
|
435
|
+
"type": "object",
|
|
436
|
+
"properties": {
|
|
437
|
+
"man": {
|
|
438
|
+
"type": "boolean",
|
|
439
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"openai": {
|
|
445
|
+
"type": "function",
|
|
446
|
+
"function": {
|
|
447
|
+
"name": "qpu_quantum",
|
|
448
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
449
|
+
"parameters": {
|
|
450
|
+
"type": "object",
|
|
451
|
+
"properties": {
|
|
452
|
+
"man": {
|
|
453
|
+
"type": "boolean",
|
|
454
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"gemini": {
|
|
461
|
+
"functionDeclarations": [
|
|
462
|
+
{
|
|
463
|
+
"name": "qpu_quantum",
|
|
464
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
465
|
+
"parameters": {
|
|
466
|
+
"type": "object",
|
|
467
|
+
"properties": {
|
|
468
|
+
"man": {
|
|
469
|
+
"type": "boolean",
|
|
470
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
}
|
|
477
|
+
},
|
|
428
478
|
"@id": "https://qpu.uuidna.com/mcp#qpu_quantum",
|
|
429
479
|
"url": "https://qpu.uuidna.com/mcp",
|
|
430
480
|
"position": 1,
|
|
431
481
|
"name": "qpu_quantum",
|
|
432
|
-
"description": "theorem quantum. theorem
|
|
482
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
433
483
|
"inputSchema": {
|
|
434
484
|
"type": "object",
|
|
435
485
|
"properties": {
|
|
436
486
|
"man": {
|
|
437
487
|
"type": "boolean",
|
|
438
|
-
"description": "Return the man page
|
|
488
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
439
489
|
}
|
|
440
490
|
}
|
|
441
491
|
},
|
|
@@ -446,25 +496,73 @@
|
|
|
446
496
|
"section": 3,
|
|
447
497
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_quantum",
|
|
448
498
|
"href": "https://qpu.uuidna.com",
|
|
449
|
-
"description": "theorem quantum. theorem
|
|
450
|
-
"reading": "GET https://qpu.uuidna.com
|
|
451
|
-
"documentation": "NAME\n qpu_quantum — theorem quantum. theorem
|
|
499
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
500
|
+
"reading": "GET https://qpu.uuidna.com returns the same document as tools/call qpu_quantum. Read circuit.register for the simulator, circuit.ghz.support (0,7) for the entangled corners, shor.factors for the factoring, capacity.fused for 120259084288; every holds must be true or the unit serves 404. theorem quantum. theorem shor. theorem crypto. Factor 91. No auth.",
|
|
501
|
+
"documentation": "NAME\n qpu_quantum — The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_quantum\n qpu_quantum { man: true }\nDESCRIPTION\n GET https://qpu.uuidna.com returns the same document as tools/call qpu_quantum. Read circuit.register for the simulator, circuit.ghz.support (0,7) for the entangled corners, shor.factors for the factoring, capacity.fused for 120259084288; every holds must be true or the unit serves 404. theorem quantum. theorem shor. theorem crypto. Factor 91. No auth.\nSEE ALSO\n qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_improve, qpu_compete, qpu_prove",
|
|
452
502
|
"holds": true
|
|
453
503
|
}
|
|
454
504
|
},
|
|
455
505
|
{
|
|
456
506
|
"@type": "SoftwareApplication",
|
|
507
|
+
"vendors": {
|
|
508
|
+
"anthropic": {
|
|
509
|
+
"name": "qpu_lean",
|
|
510
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
511
|
+
"input_schema": {
|
|
512
|
+
"type": "object",
|
|
513
|
+
"properties": {
|
|
514
|
+
"man": {
|
|
515
|
+
"type": "boolean",
|
|
516
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"openai": {
|
|
522
|
+
"type": "function",
|
|
523
|
+
"function": {
|
|
524
|
+
"name": "qpu_lean",
|
|
525
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
526
|
+
"parameters": {
|
|
527
|
+
"type": "object",
|
|
528
|
+
"properties": {
|
|
529
|
+
"man": {
|
|
530
|
+
"type": "boolean",
|
|
531
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
"gemini": {
|
|
538
|
+
"functionDeclarations": [
|
|
539
|
+
{
|
|
540
|
+
"name": "qpu_lean",
|
|
541
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
542
|
+
"parameters": {
|
|
543
|
+
"type": "object",
|
|
544
|
+
"properties": {
|
|
545
|
+
"man": {
|
|
546
|
+
"type": "boolean",
|
|
547
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
]
|
|
553
|
+
}
|
|
554
|
+
},
|
|
457
555
|
"@id": "https://qpu.uuidna.com/mcp#qpu_lean",
|
|
458
556
|
"url": "https://qpu.uuidna.com/mcp",
|
|
459
557
|
"position": 2,
|
|
460
558
|
"name": "qpu_lean",
|
|
461
|
-
"description": "theorem infinite. theorem distribute.",
|
|
559
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
462
560
|
"inputSchema": {
|
|
463
561
|
"type": "object",
|
|
464
562
|
"properties": {
|
|
465
563
|
"man": {
|
|
466
564
|
"type": "boolean",
|
|
467
|
-
"description": "Return the man page
|
|
565
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
468
566
|
}
|
|
469
567
|
}
|
|
470
568
|
},
|
|
@@ -475,25 +573,73 @@
|
|
|
475
573
|
"section": 3,
|
|
476
574
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_lean",
|
|
477
575
|
"href": "https://qpu.uuidna.com/quantum/processing/unit",
|
|
478
|
-
"description": "theorem infinite. theorem distribute.",
|
|
479
|
-
"reading": "GET https://qpu.uuidna.com/quantum/processing/unit.
|
|
480
|
-
"documentation": "NAME\n qpu_lean — theorem infinite. theorem distribute.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_lean\n qpu_lean { man: true }\nDESCRIPTION\n GET https://qpu.uuidna.com/quantum/processing/unit.
|
|
576
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
577
|
+
"reading": "GET https://qpu.uuidna.com/quantum/processing/unit returns the rows; read rows[] and cover[] for the theorems, source.href to fetch src/quantum/processing/unit/index.lean itself, source.fold to check the served text is the file, source.toolchain for the pinned Lean. theorem shor. Factor 91. No auth.",
|
|
578
|
+
"documentation": "NAME\n qpu_lean — The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_lean\n qpu_lean { man: true }\nDESCRIPTION\n GET https://qpu.uuidna.com/quantum/processing/unit returns the rows; read rows[] and cover[] for the theorems, source.href to fetch src/quantum/processing/unit/index.lean itself, source.fold to check the served text is the file, source.toolchain for the pinned Lean. theorem shor. Factor 91. No auth.\nSEE ALSO\n qpu_quantum, qpu_cite, qpu_train, qpu_forge, qpu_improve, qpu_compete, qpu_prove",
|
|
481
579
|
"holds": true
|
|
482
580
|
}
|
|
483
581
|
},
|
|
484
582
|
{
|
|
485
583
|
"@type": "SoftwareApplication",
|
|
584
|
+
"vendors": {
|
|
585
|
+
"anthropic": {
|
|
586
|
+
"name": "qpu_cite",
|
|
587
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
588
|
+
"input_schema": {
|
|
589
|
+
"type": "object",
|
|
590
|
+
"properties": {
|
|
591
|
+
"man": {
|
|
592
|
+
"type": "boolean",
|
|
593
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"openai": {
|
|
599
|
+
"type": "function",
|
|
600
|
+
"function": {
|
|
601
|
+
"name": "qpu_cite",
|
|
602
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
603
|
+
"parameters": {
|
|
604
|
+
"type": "object",
|
|
605
|
+
"properties": {
|
|
606
|
+
"man": {
|
|
607
|
+
"type": "boolean",
|
|
608
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"gemini": {
|
|
615
|
+
"functionDeclarations": [
|
|
616
|
+
{
|
|
617
|
+
"name": "qpu_cite",
|
|
618
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
619
|
+
"parameters": {
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": {
|
|
622
|
+
"man": {
|
|
623
|
+
"type": "boolean",
|
|
624
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
},
|
|
486
632
|
"@id": "https://qpu.uuidna.com/mcp#qpu_cite",
|
|
487
633
|
"url": "https://qpu.uuidna.com/mcp",
|
|
488
634
|
"position": 3,
|
|
489
635
|
"name": "qpu_cite",
|
|
490
|
-
"description": "MLA 8. when never.",
|
|
636
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
491
637
|
"inputSchema": {
|
|
492
638
|
"type": "object",
|
|
493
639
|
"properties": {
|
|
494
640
|
"man": {
|
|
495
641
|
"type": "boolean",
|
|
496
|
-
"description": "Return the man page
|
|
642
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
497
643
|
}
|
|
498
644
|
}
|
|
499
645
|
},
|
|
@@ -504,25 +650,97 @@
|
|
|
504
650
|
"section": 3,
|
|
505
651
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_cite",
|
|
506
652
|
"href": "https://qpu.uuidna.com/cite",
|
|
507
|
-
"description": "MLA 8. when never.",
|
|
508
|
-
"reading": "GET https://qpu.uuidna.com/cite.
|
|
509
|
-
"documentation": "NAME\n qpu_cite — MLA 8. when never.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_cite\n qpu_cite { man: true }\nDESCRIPTION\n GET https://qpu.uuidna.com/cite.
|
|
653
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
654
|
+
"reading": "GET https://qpu.uuidna.com/cite returns citations[] (MLA 8 strings to paste), doi 10.5281/zenodo.22717782, the Zenodo archive, and the version with its commit. No auth.",
|
|
655
|
+
"documentation": "NAME\n qpu_cite — How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_cite\n qpu_cite { man: true }\nDESCRIPTION\n GET https://qpu.uuidna.com/cite returns citations[] (MLA 8 strings to paste), doi 10.5281/zenodo.22717782, the Zenodo archive, and the version with its commit. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_train, qpu_forge, qpu_improve, qpu_compete, qpu_prove",
|
|
510
656
|
"holds": true
|
|
511
657
|
}
|
|
512
658
|
},
|
|
513
659
|
{
|
|
514
660
|
"@type": "SoftwareApplication",
|
|
661
|
+
"vendors": {
|
|
662
|
+
"anthropic": {
|
|
663
|
+
"name": "qpu_train",
|
|
664
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
665
|
+
"input_schema": {
|
|
666
|
+
"type": "object",
|
|
667
|
+
"properties": {
|
|
668
|
+
"man": {
|
|
669
|
+
"type": "boolean",
|
|
670
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
671
|
+
},
|
|
672
|
+
"live": {
|
|
673
|
+
"type": "boolean",
|
|
674
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
675
|
+
},
|
|
676
|
+
"sequence": {
|
|
677
|
+
"type": "boolean",
|
|
678
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"openai": {
|
|
684
|
+
"type": "function",
|
|
685
|
+
"function": {
|
|
686
|
+
"name": "qpu_train",
|
|
687
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
688
|
+
"parameters": {
|
|
689
|
+
"type": "object",
|
|
690
|
+
"properties": {
|
|
691
|
+
"man": {
|
|
692
|
+
"type": "boolean",
|
|
693
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
694
|
+
},
|
|
695
|
+
"live": {
|
|
696
|
+
"type": "boolean",
|
|
697
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
698
|
+
},
|
|
699
|
+
"sequence": {
|
|
700
|
+
"type": "boolean",
|
|
701
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"gemini": {
|
|
708
|
+
"functionDeclarations": [
|
|
709
|
+
{
|
|
710
|
+
"name": "qpu_train",
|
|
711
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
712
|
+
"parameters": {
|
|
713
|
+
"type": "object",
|
|
714
|
+
"properties": {
|
|
715
|
+
"man": {
|
|
716
|
+
"type": "boolean",
|
|
717
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
718
|
+
},
|
|
719
|
+
"live": {
|
|
720
|
+
"type": "boolean",
|
|
721
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
722
|
+
},
|
|
723
|
+
"sequence": {
|
|
724
|
+
"type": "boolean",
|
|
725
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
},
|
|
515
733
|
"@id": "https://qpu.uuidna.com/mcp#qpu_train",
|
|
516
734
|
"url": "https://qpu.uuidna.com/mcp",
|
|
517
735
|
"position": 4,
|
|
518
736
|
"name": "qpu_train",
|
|
519
|
-
"description": "theorem infinite. coins teams of rays.",
|
|
737
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
520
738
|
"inputSchema": {
|
|
521
739
|
"type": "object",
|
|
522
740
|
"properties": {
|
|
523
741
|
"man": {
|
|
524
742
|
"type": "boolean",
|
|
525
|
-
"description": "Return the man page
|
|
743
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
526
744
|
},
|
|
527
745
|
"live": {
|
|
528
746
|
"type": "boolean",
|
|
@@ -541,25 +759,145 @@
|
|
|
541
759
|
"section": 3,
|
|
542
760
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_train",
|
|
543
761
|
"href": "https://qpu.uuidna.com/mcp",
|
|
544
|
-
"description": "theorem infinite. coins teams of rays.",
|
|
545
|
-
"reading": "tools/call qpu_train. { live: true } learn occupancy. { sequence: true } then qpu_improve then qpu_compete then qpu_prove. No auth.",
|
|
546
|
-
"documentation": "NAME\n qpu_train — theorem infinite. coins teams of rays.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_train\n qpu_train { man: true }\nDESCRIPTION\n tools/call qpu_train. { live: true } learn occupancy. { sequence: true } then qpu_improve then qpu_compete then qpu_prove. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_forge, qpu_improve, qpu_compete, qpu_prove",
|
|
762
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
763
|
+
"reading": "tools/call qpu_train returns steps.next.door (the tool an autonomous agent calls next), steps.todo (faces to repair first), steps.walk (all fourteen faces, scanner then radar), teams[] and winner. { live: true } learn occupancy. { sequence: true } then qpu_improve then qpu_compete then qpu_prove. No auth.",
|
|
764
|
+
"documentation": "NAME\n qpu_train — Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_train\n qpu_train { man: true }\nDESCRIPTION\n tools/call qpu_train returns steps.next.door (the tool an autonomous agent calls next), steps.todo (faces to repair first), steps.walk (all fourteen faces, scanner then radar), teams[] and winner. { live: true } learn occupancy. { sequence: true } then qpu_improve then qpu_compete then qpu_prove. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_forge, qpu_improve, qpu_compete, qpu_prove",
|
|
547
765
|
"holds": true
|
|
548
766
|
}
|
|
549
767
|
},
|
|
550
768
|
{
|
|
551
769
|
"@type": "SoftwareApplication",
|
|
770
|
+
"vendors": {
|
|
771
|
+
"anthropic": {
|
|
772
|
+
"name": "qpu_forge",
|
|
773
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
774
|
+
"input_schema": {
|
|
775
|
+
"type": "object",
|
|
776
|
+
"properties": {
|
|
777
|
+
"man": {
|
|
778
|
+
"type": "boolean",
|
|
779
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
780
|
+
},
|
|
781
|
+
"name": {
|
|
782
|
+
"type": "string",
|
|
783
|
+
"description": "Tool name to forge. Omit to inspect the in-memory sandbox."
|
|
784
|
+
},
|
|
785
|
+
"team": {
|
|
786
|
+
"type": "string",
|
|
787
|
+
"description": "read or call."
|
|
788
|
+
},
|
|
789
|
+
"ray": {
|
|
790
|
+
"type": "number",
|
|
791
|
+
"description": "Agent ray 0..6."
|
|
792
|
+
},
|
|
793
|
+
"idea": {
|
|
794
|
+
"type": "string",
|
|
795
|
+
"description": "Idea the tool challenges."
|
|
796
|
+
},
|
|
797
|
+
"description": {
|
|
798
|
+
"type": "string",
|
|
799
|
+
"description": "What the tool does in memory."
|
|
800
|
+
},
|
|
801
|
+
"run": {
|
|
802
|
+
"type": "object",
|
|
803
|
+
"description": "Sealed op tree. Memory only. No eval, no fs, no net."
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"openai": {
|
|
809
|
+
"type": "function",
|
|
810
|
+
"function": {
|
|
811
|
+
"name": "qpu_forge",
|
|
812
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
813
|
+
"parameters": {
|
|
814
|
+
"type": "object",
|
|
815
|
+
"properties": {
|
|
816
|
+
"man": {
|
|
817
|
+
"type": "boolean",
|
|
818
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
819
|
+
},
|
|
820
|
+
"name": {
|
|
821
|
+
"type": "string",
|
|
822
|
+
"description": "Tool name to forge. Omit to inspect the in-memory sandbox."
|
|
823
|
+
},
|
|
824
|
+
"team": {
|
|
825
|
+
"type": "string",
|
|
826
|
+
"description": "read or call."
|
|
827
|
+
},
|
|
828
|
+
"ray": {
|
|
829
|
+
"type": "number",
|
|
830
|
+
"description": "Agent ray 0..6."
|
|
831
|
+
},
|
|
832
|
+
"idea": {
|
|
833
|
+
"type": "string",
|
|
834
|
+
"description": "Idea the tool challenges."
|
|
835
|
+
},
|
|
836
|
+
"description": {
|
|
837
|
+
"type": "string",
|
|
838
|
+
"description": "What the tool does in memory."
|
|
839
|
+
},
|
|
840
|
+
"run": {
|
|
841
|
+
"type": "object",
|
|
842
|
+
"description": "Sealed op tree. Memory only. No eval, no fs, no net."
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"gemini": {
|
|
849
|
+
"functionDeclarations": [
|
|
850
|
+
{
|
|
851
|
+
"name": "qpu_forge",
|
|
852
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
853
|
+
"parameters": {
|
|
854
|
+
"type": "object",
|
|
855
|
+
"properties": {
|
|
856
|
+
"man": {
|
|
857
|
+
"type": "boolean",
|
|
858
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
859
|
+
},
|
|
860
|
+
"name": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"description": "Tool name to forge. Omit to inspect the in-memory sandbox."
|
|
863
|
+
},
|
|
864
|
+
"team": {
|
|
865
|
+
"type": "string",
|
|
866
|
+
"description": "read or call."
|
|
867
|
+
},
|
|
868
|
+
"ray": {
|
|
869
|
+
"type": "number",
|
|
870
|
+
"description": "Agent ray 0..6."
|
|
871
|
+
},
|
|
872
|
+
"idea": {
|
|
873
|
+
"type": "string",
|
|
874
|
+
"description": "Idea the tool challenges."
|
|
875
|
+
},
|
|
876
|
+
"description": {
|
|
877
|
+
"type": "string",
|
|
878
|
+
"description": "What the tool does in memory."
|
|
879
|
+
},
|
|
880
|
+
"run": {
|
|
881
|
+
"type": "object",
|
|
882
|
+
"description": "Sealed op tree. Memory only. No eval, no fs, no net."
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
]
|
|
888
|
+
}
|
|
889
|
+
},
|
|
552
890
|
"@id": "https://qpu.uuidna.com/mcp#qpu_forge",
|
|
553
891
|
"url": "https://qpu.uuidna.com/mcp",
|
|
554
892
|
"position": 5,
|
|
555
893
|
"name": "qpu_forge",
|
|
556
|
-
"description": "Unlocked in memory. No lock.",
|
|
894
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
557
895
|
"inputSchema": {
|
|
558
896
|
"type": "object",
|
|
559
897
|
"properties": {
|
|
560
898
|
"man": {
|
|
561
899
|
"type": "boolean",
|
|
562
|
-
"description": "Return the man page
|
|
900
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
563
901
|
},
|
|
564
902
|
"name": {
|
|
565
903
|
"type": "string",
|
|
@@ -594,25 +932,97 @@
|
|
|
594
932
|
"section": 3,
|
|
595
933
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_forge",
|
|
596
934
|
"href": "https://qpu.uuidna.com/mcp",
|
|
597
|
-
"description": "Unlocked in memory. No lock.",
|
|
598
|
-
"reading": "tools/call qpu_forge. Ops lit mint add mul eq put get has del keys seq if repeat quantum args unlocked eval fn fs net fetch process import require disk worker.
|
|
599
|
-
"documentation": "NAME\n qpu_forge — Unlocked in memory. No lock.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_forge\n qpu_forge { man: true }\nDESCRIPTION\n tools/call qpu_forge. Ops lit mint add mul eq put get has del keys seq if repeat quantum args unlocked eval fn fs net fetch process import require disk worker.
|
|
935
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
936
|
+
"reading": "tools/call qpu_forge with { name, run } returns the forged tool and the sandbox census (tools[], memory, unlocked); without name it returns the census. Ops lit mint add mul eq put get has del keys seq if repeat quantum args unlocked eval fn fs net fetch process import require disk worker. No auth.",
|
|
937
|
+
"documentation": "NAME\n qpu_forge — Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_forge\n qpu_forge { man: true }\nDESCRIPTION\n tools/call qpu_forge with { name, run } returns the forged tool and the sandbox census (tools[], memory, unlocked); without name it returns the census. Ops lit mint add mul eq put get has del keys seq if repeat quantum args unlocked eval fn fs net fetch process import require disk worker. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_improve, qpu_compete, qpu_prove",
|
|
600
938
|
"holds": true
|
|
601
939
|
}
|
|
602
940
|
},
|
|
603
941
|
{
|
|
604
942
|
"@type": "SoftwareApplication",
|
|
943
|
+
"vendors": {
|
|
944
|
+
"anthropic": {
|
|
945
|
+
"name": "qpu_improve",
|
|
946
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
947
|
+
"input_schema": {
|
|
948
|
+
"type": "object",
|
|
949
|
+
"properties": {
|
|
950
|
+
"man": {
|
|
951
|
+
"type": "boolean",
|
|
952
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
953
|
+
},
|
|
954
|
+
"live": {
|
|
955
|
+
"type": "boolean",
|
|
956
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
957
|
+
},
|
|
958
|
+
"sequence": {
|
|
959
|
+
"type": "boolean",
|
|
960
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"openai": {
|
|
966
|
+
"type": "function",
|
|
967
|
+
"function": {
|
|
968
|
+
"name": "qpu_improve",
|
|
969
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
970
|
+
"parameters": {
|
|
971
|
+
"type": "object",
|
|
972
|
+
"properties": {
|
|
973
|
+
"man": {
|
|
974
|
+
"type": "boolean",
|
|
975
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
976
|
+
},
|
|
977
|
+
"live": {
|
|
978
|
+
"type": "boolean",
|
|
979
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
980
|
+
},
|
|
981
|
+
"sequence": {
|
|
982
|
+
"type": "boolean",
|
|
983
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"gemini": {
|
|
990
|
+
"functionDeclarations": [
|
|
991
|
+
{
|
|
992
|
+
"name": "qpu_improve",
|
|
993
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
994
|
+
"parameters": {
|
|
995
|
+
"type": "object",
|
|
996
|
+
"properties": {
|
|
997
|
+
"man": {
|
|
998
|
+
"type": "boolean",
|
|
999
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1000
|
+
},
|
|
1001
|
+
"live": {
|
|
1002
|
+
"type": "boolean",
|
|
1003
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
1004
|
+
},
|
|
1005
|
+
"sequence": {
|
|
1006
|
+
"type": "boolean",
|
|
1007
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
]
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
605
1015
|
"@id": "https://qpu.uuidna.com/mcp#qpu_improve",
|
|
606
1016
|
"url": "https://qpu.uuidna.com/mcp",
|
|
607
1017
|
"position": 6,
|
|
608
1018
|
"name": "qpu_improve",
|
|
609
|
-
"description": "next = fused + fused.",
|
|
1019
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
610
1020
|
"inputSchema": {
|
|
611
1021
|
"type": "object",
|
|
612
1022
|
"properties": {
|
|
613
1023
|
"man": {
|
|
614
1024
|
"type": "boolean",
|
|
615
|
-
"description": "Return the man page
|
|
1025
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
616
1026
|
},
|
|
617
1027
|
"live": {
|
|
618
1028
|
"type": "boolean",
|
|
@@ -631,25 +1041,109 @@
|
|
|
631
1041
|
"section": 3,
|
|
632
1042
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_improve",
|
|
633
1043
|
"href": "https://qpu.uuidna.com/mcp",
|
|
634
|
-
"description": "next = fused + fused.",
|
|
635
|
-
"reading": "tools/call qpu_improve. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_train. Before qpu_compete. No auth.",
|
|
636
|
-
"documentation": "NAME\n qpu_improve — next = fused + fused.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_improve\n qpu_improve { man: true }\nDESCRIPTION\n tools/call qpu_improve. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_train. Before qpu_compete. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_compete, qpu_prove",
|
|
1044
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
1045
|
+
"reading": "tools/call qpu_improve returns next, before, after; after.throughoutput / before.throughoutput is the doubling. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_train. Before qpu_compete. No auth.",
|
|
1046
|
+
"documentation": "NAME\n qpu_improve — Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_improve\n qpu_improve { man: true }\nDESCRIPTION\n tools/call qpu_improve returns next, before, after; after.throughoutput / before.throughoutput is the doubling. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_train. Before qpu_compete. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_compete, qpu_prove",
|
|
637
1047
|
"holds": true
|
|
638
1048
|
}
|
|
639
1049
|
},
|
|
640
1050
|
{
|
|
641
1051
|
"@type": "SoftwareApplication",
|
|
1052
|
+
"vendors": {
|
|
1053
|
+
"anthropic": {
|
|
1054
|
+
"name": "qpu_compete",
|
|
1055
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
1056
|
+
"input_schema": {
|
|
1057
|
+
"type": "object",
|
|
1058
|
+
"properties": {
|
|
1059
|
+
"man": {
|
|
1060
|
+
"type": "boolean",
|
|
1061
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1062
|
+
},
|
|
1063
|
+
"live": {
|
|
1064
|
+
"type": "boolean",
|
|
1065
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
1066
|
+
},
|
|
1067
|
+
"sequence": {
|
|
1068
|
+
"type": "boolean",
|
|
1069
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1070
|
+
},
|
|
1071
|
+
"team": {
|
|
1072
|
+
"type": "string",
|
|
1073
|
+
"description": "read or call. Omit for both teams."
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"openai": {
|
|
1079
|
+
"type": "function",
|
|
1080
|
+
"function": {
|
|
1081
|
+
"name": "qpu_compete",
|
|
1082
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
1083
|
+
"parameters": {
|
|
1084
|
+
"type": "object",
|
|
1085
|
+
"properties": {
|
|
1086
|
+
"man": {
|
|
1087
|
+
"type": "boolean",
|
|
1088
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1089
|
+
},
|
|
1090
|
+
"live": {
|
|
1091
|
+
"type": "boolean",
|
|
1092
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
1093
|
+
},
|
|
1094
|
+
"sequence": {
|
|
1095
|
+
"type": "boolean",
|
|
1096
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1097
|
+
},
|
|
1098
|
+
"team": {
|
|
1099
|
+
"type": "string",
|
|
1100
|
+
"description": "read or call. Omit for both teams."
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"gemini": {
|
|
1107
|
+
"functionDeclarations": [
|
|
1108
|
+
{
|
|
1109
|
+
"name": "qpu_compete",
|
|
1110
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
1111
|
+
"parameters": {
|
|
1112
|
+
"type": "object",
|
|
1113
|
+
"properties": {
|
|
1114
|
+
"man": {
|
|
1115
|
+
"type": "boolean",
|
|
1116
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1117
|
+
},
|
|
1118
|
+
"live": {
|
|
1119
|
+
"type": "boolean",
|
|
1120
|
+
"description": "{ live: true } learn CERN occupancy. fetch Request Response. Memory."
|
|
1121
|
+
},
|
|
1122
|
+
"sequence": {
|
|
1123
|
+
"type": "boolean",
|
|
1124
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1125
|
+
},
|
|
1126
|
+
"team": {
|
|
1127
|
+
"type": "string",
|
|
1128
|
+
"description": "read or call. Omit for both teams."
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
642
1136
|
"@id": "https://qpu.uuidna.com/mcp#qpu_compete",
|
|
643
1137
|
"url": "https://qpu.uuidna.com/mcp",
|
|
644
1138
|
"position": 7,
|
|
645
1139
|
"name": "qpu_compete",
|
|
646
|
-
"description": "theorem next_fused. throughoutput per token.",
|
|
1140
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
647
1141
|
"inputSchema": {
|
|
648
1142
|
"type": "object",
|
|
649
1143
|
"properties": {
|
|
650
1144
|
"man": {
|
|
651
1145
|
"type": "boolean",
|
|
652
|
-
"description": "Return the man page
|
|
1146
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
653
1147
|
},
|
|
654
1148
|
"live": {
|
|
655
1149
|
"type": "boolean",
|
|
@@ -672,25 +1166,97 @@
|
|
|
672
1166
|
"section": 3,
|
|
673
1167
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_compete",
|
|
674
1168
|
"href": "https://qpu.uuidna.com/mcp",
|
|
675
|
-
"description": "theorem next_fused. throughoutput per token.",
|
|
676
|
-
"reading": "tools/call qpu_compete. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_improve. Winner calls qpu_prove. No auth.",
|
|
677
|
-
"documentation": "NAME\n qpu_compete — theorem next_fused. throughoutput per token.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_compete\n qpu_compete { man: true }\nDESCRIPTION\n tools/call qpu_compete. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_improve. Winner calls qpu_prove. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_improve, qpu_prove",
|
|
1169
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
1170
|
+
"reading": "tools/call qpu_compete returns winner.{quality,speed,security}, teams[] with scores, and the axes. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_improve. Winner calls qpu_prove. No auth.",
|
|
1171
|
+
"documentation": "NAME\n qpu_compete — Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_compete\n qpu_compete { man: true }\nDESCRIPTION\n tools/call qpu_compete returns winner.{quality,speed,security}, teams[] with scores, and the axes. { live: true } learn occupancy. { sequence: true } train then improve then compete then prove. After qpu_improve. Winner calls qpu_prove. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_improve, qpu_prove",
|
|
678
1172
|
"holds": true
|
|
679
1173
|
}
|
|
680
1174
|
},
|
|
681
1175
|
{
|
|
682
1176
|
"@type": "SoftwareApplication",
|
|
1177
|
+
"vendors": {
|
|
1178
|
+
"anthropic": {
|
|
1179
|
+
"name": "qpu_prove",
|
|
1180
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
1181
|
+
"input_schema": {
|
|
1182
|
+
"type": "object",
|
|
1183
|
+
"properties": {
|
|
1184
|
+
"man": {
|
|
1185
|
+
"type": "boolean",
|
|
1186
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1187
|
+
},
|
|
1188
|
+
"live": {
|
|
1189
|
+
"type": "boolean",
|
|
1190
|
+
"description": "{ live: true } sequence then prove. fetch Request Response."
|
|
1191
|
+
},
|
|
1192
|
+
"sequence": {
|
|
1193
|
+
"type": "boolean",
|
|
1194
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"openai": {
|
|
1200
|
+
"type": "function",
|
|
1201
|
+
"function": {
|
|
1202
|
+
"name": "qpu_prove",
|
|
1203
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
1204
|
+
"parameters": {
|
|
1205
|
+
"type": "object",
|
|
1206
|
+
"properties": {
|
|
1207
|
+
"man": {
|
|
1208
|
+
"type": "boolean",
|
|
1209
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1210
|
+
},
|
|
1211
|
+
"live": {
|
|
1212
|
+
"type": "boolean",
|
|
1213
|
+
"description": "{ live: true } sequence then prove. fetch Request Response."
|
|
1214
|
+
},
|
|
1215
|
+
"sequence": {
|
|
1216
|
+
"type": "boolean",
|
|
1217
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"gemini": {
|
|
1224
|
+
"functionDeclarations": [
|
|
1225
|
+
{
|
|
1226
|
+
"name": "qpu_prove",
|
|
1227
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
1228
|
+
"parameters": {
|
|
1229
|
+
"type": "object",
|
|
1230
|
+
"properties": {
|
|
1231
|
+
"man": {
|
|
1232
|
+
"type": "boolean",
|
|
1233
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
1234
|
+
},
|
|
1235
|
+
"live": {
|
|
1236
|
+
"type": "boolean",
|
|
1237
|
+
"description": "{ live: true } sequence then prove. fetch Request Response."
|
|
1238
|
+
},
|
|
1239
|
+
"sequence": {
|
|
1240
|
+
"type": "boolean",
|
|
1241
|
+
"description": "{ sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. Live. Memory."
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
683
1249
|
"@id": "https://qpu.uuidna.com/mcp#qpu_prove",
|
|
684
1250
|
"url": "https://qpu.uuidna.com/mcp",
|
|
685
1251
|
"position": 8,
|
|
686
1252
|
"name": "qpu_prove",
|
|
687
|
-
"description": "theorem quantum. theorem
|
|
1253
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
688
1254
|
"inputSchema": {
|
|
689
1255
|
"type": "object",
|
|
690
1256
|
"properties": {
|
|
691
1257
|
"man": {
|
|
692
1258
|
"type": "boolean",
|
|
693
|
-
"description": "Return the man page
|
|
1259
|
+
"description": "Return the man page: call with { man: true }. tools/list stays lean; the man page is one call away."
|
|
694
1260
|
},
|
|
695
1261
|
"live": {
|
|
696
1262
|
"type": "boolean",
|
|
@@ -709,9 +1275,9 @@
|
|
|
709
1275
|
"section": 3,
|
|
710
1276
|
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call qpu_prove",
|
|
711
1277
|
"href": "https://qpu.uuidna.com/mcp",
|
|
712
|
-
"description": "theorem quantum. theorem
|
|
713
|
-
"reading": "tools/call qpu_prove. { live: true } sequence then prove. { sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. fetch Request Response. Source src/quantum/processing/unit/index.lean. After qpu_compete. No auth.",
|
|
714
|
-
"documentation": "NAME\n qpu_prove — theorem quantum. theorem
|
|
1278
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
1279
|
+
"reading": "tools/call qpu_prove returns theorems[] (each with holds), shor.factors, receipts, source.fold, evidence. theorem shor. theorem crypto. Factor 91. { live: true } sequence then prove. { sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. fetch Request Response. Source src/quantum/processing/unit/index.lean. After qpu_compete. No auth.",
|
|
1280
|
+
"documentation": "NAME\n qpu_prove — Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call qpu_prove\n qpu_prove { man: true }\nDESCRIPTION\n tools/call qpu_prove returns theorems[] (each with holds), shor.factors, receipts, source.fold, evidence. theorem shor. theorem crypto. Factor 91. { live: true } sequence then prove. { sequence: true } qpu_train then qpu_improve then qpu_compete then qpu_prove. fetch Request Response. Source src/quantum/processing/unit/index.lean. After qpu_compete. No auth.\nSEE ALSO\n qpu_quantum, qpu_lean, qpu_cite, qpu_train, qpu_forge, qpu_improve, qpu_compete",
|
|
715
1281
|
"holds": true
|
|
716
1282
|
}
|
|
717
1283
|
}
|
|
@@ -730,7 +1296,7 @@
|
|
|
730
1296
|
"@type": "SoftwareApplication",
|
|
731
1297
|
"@id": "https://qpu.uuidna.com/mcp#qpu_quantum",
|
|
732
1298
|
"name": "qpu_quantum",
|
|
733
|
-
"description": "theorem quantum. theorem
|
|
1299
|
+
"description": "The running circuit as one JSON-LD document: a 3-qubit state-vector simulator (dim 8, exact integer amplitudes), the Bell and GHZ states with their Born weights, the Shor run, and the capacity count fused = faces · 2^(bits+1) = 120259084288 (a count of amplitudes, not a benchmark). theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
734
1300
|
"url": "https://qpu.uuidna.com/mcp",
|
|
735
1301
|
"softwareHelp": "https://qpu.uuidna.com"
|
|
736
1302
|
}
|
|
@@ -744,7 +1310,7 @@
|
|
|
744
1310
|
"@type": "SoftwareApplication",
|
|
745
1311
|
"@id": "https://qpu.uuidna.com/mcp#qpu_lean",
|
|
746
1312
|
"name": "qpu_lean",
|
|
747
|
-
"description": "theorem infinite. theorem distribute.",
|
|
1313
|
+
"description": "The Lean proof, served two ways: the file index.lean as text at source.href, and every theorem as a row (statement verbatim, LaTeX formula, a plain reading, holds recomputed in TypeScript). theorem infinite. theorem distribute. theorem shor. Factor 91.",
|
|
748
1314
|
"url": "https://qpu.uuidna.com/mcp",
|
|
749
1315
|
"softwareHelp": "https://qpu.uuidna.com/quantum/processing/unit"
|
|
750
1316
|
}
|
|
@@ -758,7 +1324,7 @@
|
|
|
758
1324
|
"@type": "SoftwareApplication",
|
|
759
1325
|
"@id": "https://qpu.uuidna.com/mcp#qpu_cite",
|
|
760
1326
|
"name": "qpu_cite",
|
|
761
|
-
"description": "MLA 8. when never.",
|
|
1327
|
+
"description": "How to cite this unit: MLA 8 entries carrying the DOI and ORCID, the served version, and the archived commit. MLA 8. when never — the citation names no access date because the DOI is the date.",
|
|
762
1328
|
"url": "https://qpu.uuidna.com/mcp",
|
|
763
1329
|
"softwareHelp": "https://qpu.uuidna.com/cite"
|
|
764
1330
|
}
|
|
@@ -772,7 +1338,7 @@
|
|
|
772
1338
|
"@type": "SoftwareApplication",
|
|
773
1339
|
"@id": "https://qpu.uuidna.com/mcp#qpu_train",
|
|
774
1340
|
"name": "qpu_train",
|
|
775
|
-
"description": "theorem infinite. coins teams of rays.",
|
|
1341
|
+
"description": "Two teams of seven agents dry-clean the occupancy lattice and return the teams, the challenges, the winner, the next tasks, and steps — the autonomous walk computed from the lattice: the seat, the next door to call, and any face that does not hold. theorem infinite. coins teams of rays.",
|
|
776
1342
|
"url": "https://qpu.uuidna.com/mcp",
|
|
777
1343
|
"softwareHelp": "https://qpu.uuidna.com/mcp"
|
|
778
1344
|
}
|
|
@@ -786,7 +1352,7 @@
|
|
|
786
1352
|
"@type": "SoftwareApplication",
|
|
787
1353
|
"@id": "https://qpu.uuidna.com/mcp#qpu_forge",
|
|
788
1354
|
"name": "qpu_forge",
|
|
789
|
-
"description": "Unlocked in memory. No lock.",
|
|
1355
|
+
"description": "Forge a tool in the in-memory sandbox: pass { name, run } where run is a sealed op tree; nothing touches disk, network, or eval. Omit name to inspect the sandbox. Unlocked in memory. No lock.",
|
|
790
1356
|
"url": "https://qpu.uuidna.com/mcp",
|
|
791
1357
|
"softwareHelp": "https://qpu.uuidna.com/mcp"
|
|
792
1358
|
}
|
|
@@ -800,7 +1366,7 @@
|
|
|
800
1366
|
"@type": "SoftwareApplication",
|
|
801
1367
|
"@id": "https://qpu.uuidna.com/mcp#qpu_improve",
|
|
802
1368
|
"name": "qpu_improve",
|
|
803
|
-
"description": "next = fused + fused.",
|
|
1369
|
+
"description": "Improve by doubling: next = fused + fused = 240518168576, the next capacity rung, with before and after readings of quality, speed, and throughoutput (fused amplitudes per token of reply). The numbers are counts of amplitudes, never benchmarks. next = fused + fused.",
|
|
804
1370
|
"url": "https://qpu.uuidna.com/mcp",
|
|
805
1371
|
"softwareHelp": "https://qpu.uuidna.com/mcp"
|
|
806
1372
|
}
|
|
@@ -814,7 +1380,7 @@
|
|
|
814
1380
|
"@type": "SoftwareApplication",
|
|
815
1381
|
"@id": "https://qpu.uuidna.com/mcp#qpu_compete",
|
|
816
1382
|
"name": "qpu_compete",
|
|
817
|
-
"description": "theorem next_fused. throughoutput per token.",
|
|
1383
|
+
"description": "Two teams, read and call, compete on quality, speed, and security; the winner is the team that calls qpu_prove. theorem next_fused. throughoutput per token — fused amplitudes served per token of reply.",
|
|
818
1384
|
"url": "https://qpu.uuidna.com/mcp",
|
|
819
1385
|
"softwareHelp": "https://qpu.uuidna.com/mcp"
|
|
820
1386
|
}
|
|
@@ -828,13 +1394,347 @@
|
|
|
828
1394
|
"@type": "SoftwareApplication",
|
|
829
1395
|
"@id": "https://qpu.uuidna.com/mcp#qpu_prove",
|
|
830
1396
|
"name": "qpu_prove",
|
|
831
|
-
"description": "theorem quantum. theorem
|
|
1397
|
+
"description": "Prove the unit end to end: every Lean row with holds, the Shor run with its receipts, the source fold of index.lean, and the evidence block; holds is their conjunction and a false anywhere makes every path 404. theorem quantum. theorem shor. theorem crypto. Factor 91.",
|
|
832
1398
|
"url": "https://qpu.uuidna.com/mcp",
|
|
833
1399
|
"softwareHelp": "https://qpu.uuidna.com/mcp"
|
|
834
1400
|
}
|
|
835
1401
|
}
|
|
836
1402
|
]
|
|
837
1403
|
},
|
|
1404
|
+
"cybersecurity": {
|
|
1405
|
+
"kind": "cybersecurity",
|
|
1406
|
+
"theorem": "crypto",
|
|
1407
|
+
"listed": true,
|
|
1408
|
+
"morph": true,
|
|
1409
|
+
"sealed": false,
|
|
1410
|
+
"rsa": {
|
|
1411
|
+
"kind": "rsa",
|
|
1412
|
+
"cryptosystem": "rsa",
|
|
1413
|
+
"modulus": 91,
|
|
1414
|
+
"p": 7,
|
|
1415
|
+
"q": 13,
|
|
1416
|
+
"factored": true,
|
|
1417
|
+
"unlocked": true
|
|
1418
|
+
},
|
|
1419
|
+
"encrypt": {
|
|
1420
|
+
"kind": "encrypt",
|
|
1421
|
+
"theorem": "crypto",
|
|
1422
|
+
"identity": true,
|
|
1423
|
+
"holds": true
|
|
1424
|
+
},
|
|
1425
|
+
"tools": [
|
|
1426
|
+
{
|
|
1427
|
+
"@type": "SoftwareApplication",
|
|
1428
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_catalog",
|
|
1429
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1430
|
+
"position": 1,
|
|
1431
|
+
"name": "crypto_catalog",
|
|
1432
|
+
"description": "theorem shor. theorem crypto.",
|
|
1433
|
+
"inputSchema": {
|
|
1434
|
+
"type": "object",
|
|
1435
|
+
"properties": {
|
|
1436
|
+
"man": {
|
|
1437
|
+
"type": "boolean"
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
"man": {
|
|
1442
|
+
"kind": "man",
|
|
1443
|
+
"inline": true,
|
|
1444
|
+
"name": "crypto_catalog",
|
|
1445
|
+
"section": 3,
|
|
1446
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_catalog",
|
|
1447
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1448
|
+
"description": "theorem shor. theorem crypto.",
|
|
1449
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. theorem crypto. Split identity true. Secrecy false.",
|
|
1450
|
+
"documentation": "NAME\n crypto_catalog — theorem shor. theorem crypto.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_catalog\n crypto_catalog { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. theorem crypto. Split identity true. Secrecy false.\nSEE ALSO\n crypto_shor, crypto_cmodexp, crypto_iqft, crypto_shots, crypto_rsa, crypto_split, crypto_verify",
|
|
1451
|
+
"holds": true
|
|
1452
|
+
},
|
|
1453
|
+
"sealed": false,
|
|
1454
|
+
"morph": true
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"@type": "SoftwareApplication",
|
|
1458
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_shor",
|
|
1459
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1460
|
+
"position": 2,
|
|
1461
|
+
"name": "crypto_shor",
|
|
1462
|
+
"description": "theorem shor. Factor 91.",
|
|
1463
|
+
"inputSchema": {
|
|
1464
|
+
"type": "object",
|
|
1465
|
+
"properties": {
|
|
1466
|
+
"man": {
|
|
1467
|
+
"type": "boolean"
|
|
1468
|
+
},
|
|
1469
|
+
"n": {
|
|
1470
|
+
"type": [
|
|
1471
|
+
"integer",
|
|
1472
|
+
"string"
|
|
1473
|
+
],
|
|
1474
|
+
"description": "Modulus to factor. Default 91. Work register bits(n) qubits, counting register 2; no cap — the state is sparse and exact for any n. The counting register of 2 qubits recovers a period only when it divides 4; every other coprime run recovers nothing and says so in classical.resolvable, and a base sharing a factor with n is factored by gcd, not by period. The reach is of the state, not of period-finding. Past 2^53 send n as a string of digits; `read` says how each argument was taken and `exact` carries every value as decimal text."
|
|
1475
|
+
},
|
|
1476
|
+
"a": {
|
|
1477
|
+
"type": [
|
|
1478
|
+
"integer",
|
|
1479
|
+
"string"
|
|
1480
|
+
],
|
|
1481
|
+
"description": "Base. Default 8. A base sharing a factor with n hands it over as Shor's first step."
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
"man": {
|
|
1486
|
+
"kind": "man",
|
|
1487
|
+
"inline": true,
|
|
1488
|
+
"name": "crypto_shor",
|
|
1489
|
+
"section": 3,
|
|
1490
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_shor",
|
|
1491
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1492
|
+
"description": "theorem shor. Factor 91.",
|
|
1493
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Coprime base. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.",
|
|
1494
|
+
"documentation": "NAME\n crypto_shor — theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_shor\n crypto_shor { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Coprime base. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.\nSEE ALSO\n crypto_catalog, crypto_cmodexp, crypto_iqft, crypto_shots, crypto_rsa, crypto_split, crypto_verify",
|
|
1495
|
+
"holds": true
|
|
1496
|
+
},
|
|
1497
|
+
"sealed": false,
|
|
1498
|
+
"morph": true
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"@type": "SoftwareApplication",
|
|
1502
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_cmodexp",
|
|
1503
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1504
|
+
"position": 3,
|
|
1505
|
+
"name": "crypto_cmodexp",
|
|
1506
|
+
"description": "theorem shor. Factor 91.",
|
|
1507
|
+
"inputSchema": {
|
|
1508
|
+
"type": "object",
|
|
1509
|
+
"properties": {
|
|
1510
|
+
"man": {
|
|
1511
|
+
"type": "boolean"
|
|
1512
|
+
},
|
|
1513
|
+
"n": {
|
|
1514
|
+
"type": [
|
|
1515
|
+
"integer",
|
|
1516
|
+
"string"
|
|
1517
|
+
],
|
|
1518
|
+
"description": "Modulus to factor. Default 91. Work register bits(n) qubits, counting register 2; no cap — the state is sparse and exact for any n. The counting register of 2 qubits recovers a period only when it divides 4; every other coprime run recovers nothing and says so in classical.resolvable, and a base sharing a factor with n is factored by gcd, not by period. The reach is of the state, not of period-finding. Past 2^53 send n as a string of digits; `read` says how each argument was taken and `exact` carries every value as decimal text."
|
|
1519
|
+
},
|
|
1520
|
+
"a": {
|
|
1521
|
+
"type": [
|
|
1522
|
+
"integer",
|
|
1523
|
+
"string"
|
|
1524
|
+
],
|
|
1525
|
+
"description": "Base. Default 8. A base sharing a factor with n hands it over as Shor's first step."
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"man": {
|
|
1530
|
+
"kind": "man",
|
|
1531
|
+
"inline": true,
|
|
1532
|
+
"name": "crypto_cmodexp",
|
|
1533
|
+
"section": 3,
|
|
1534
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_cmodexp",
|
|
1535
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1536
|
+
"description": "theorem shor. Factor 91.",
|
|
1537
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Native h cnot. Compiled x swap csdg cmodexp. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.",
|
|
1538
|
+
"documentation": "NAME\n crypto_cmodexp — theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_cmodexp\n crypto_cmodexp { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Native h cnot. Compiled x swap csdg cmodexp. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_iqft, crypto_shots, crypto_rsa, crypto_split, crypto_verify",
|
|
1539
|
+
"holds": true
|
|
1540
|
+
},
|
|
1541
|
+
"sealed": false,
|
|
1542
|
+
"morph": true
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"@type": "SoftwareApplication",
|
|
1546
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_iqft",
|
|
1547
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1548
|
+
"position": 4,
|
|
1549
|
+
"name": "crypto_iqft",
|
|
1550
|
+
"description": "theorem shor. Factor 91.",
|
|
1551
|
+
"inputSchema": {
|
|
1552
|
+
"type": "object",
|
|
1553
|
+
"properties": {
|
|
1554
|
+
"man": {
|
|
1555
|
+
"type": "boolean"
|
|
1556
|
+
},
|
|
1557
|
+
"n": {
|
|
1558
|
+
"type": [
|
|
1559
|
+
"integer",
|
|
1560
|
+
"string"
|
|
1561
|
+
],
|
|
1562
|
+
"description": "Modulus to factor. Default 91. Work register bits(n) qubits, counting register 2; no cap — the state is sparse and exact for any n. The counting register of 2 qubits recovers a period only when it divides 4; every other coprime run recovers nothing and says so in classical.resolvable, and a base sharing a factor with n is factored by gcd, not by period. The reach is of the state, not of period-finding. Past 2^53 send n as a string of digits; `read` says how each argument was taken and `exact` carries every value as decimal text."
|
|
1563
|
+
},
|
|
1564
|
+
"a": {
|
|
1565
|
+
"type": [
|
|
1566
|
+
"integer",
|
|
1567
|
+
"string"
|
|
1568
|
+
],
|
|
1569
|
+
"description": "Base. Default 8. A base sharing a factor with n hands it over as Shor's first step."
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"man": {
|
|
1574
|
+
"kind": "man",
|
|
1575
|
+
"inline": true,
|
|
1576
|
+
"name": "crypto_iqft",
|
|
1577
|
+
"section": 3,
|
|
1578
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_iqft",
|
|
1579
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1580
|
+
"description": "theorem shor. Factor 91.",
|
|
1581
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Inverse QFT. Period continued-fraction. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.",
|
|
1582
|
+
"documentation": "NAME\n crypto_iqft — theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_iqft\n crypto_iqft { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Inverse QFT. Period continued-fraction. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_cmodexp, crypto_shots, crypto_rsa, crypto_split, crypto_verify",
|
|
1583
|
+
"holds": true
|
|
1584
|
+
},
|
|
1585
|
+
"sealed": false,
|
|
1586
|
+
"morph": true
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"@type": "SoftwareApplication",
|
|
1590
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_shots",
|
|
1591
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1592
|
+
"position": 5,
|
|
1593
|
+
"name": "crypto_shots",
|
|
1594
|
+
"description": "theorem shor. Factor 91.",
|
|
1595
|
+
"inputSchema": {
|
|
1596
|
+
"type": "object",
|
|
1597
|
+
"properties": {
|
|
1598
|
+
"man": {
|
|
1599
|
+
"type": "boolean"
|
|
1600
|
+
},
|
|
1601
|
+
"n": {
|
|
1602
|
+
"type": [
|
|
1603
|
+
"integer",
|
|
1604
|
+
"string"
|
|
1605
|
+
],
|
|
1606
|
+
"description": "Modulus to factor. Default 91. Work register bits(n) qubits, counting register 2; no cap — the state is sparse and exact for any n. The counting register of 2 qubits recovers a period only when it divides 4; every other coprime run recovers nothing and says so in classical.resolvable, and a base sharing a factor with n is factored by gcd, not by period. The reach is of the state, not of period-finding. Past 2^53 send n as a string of digits; `read` says how each argument was taken and `exact` carries every value as decimal text."
|
|
1607
|
+
},
|
|
1608
|
+
"a": {
|
|
1609
|
+
"type": [
|
|
1610
|
+
"integer",
|
|
1611
|
+
"string"
|
|
1612
|
+
],
|
|
1613
|
+
"description": "Base. Default 8. A base sharing a factor with n hands it over as Shor's first step."
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"man": {
|
|
1618
|
+
"kind": "man",
|
|
1619
|
+
"inline": true,
|
|
1620
|
+
"name": "crypto_shots",
|
|
1621
|
+
"section": 3,
|
|
1622
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_shots",
|
|
1623
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1624
|
+
"description": "theorem shor. Factor 91.",
|
|
1625
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Simulator. xx identity. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.",
|
|
1626
|
+
"documentation": "NAME\n crypto_shots — theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_shots\n crypto_shots { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. Simulator. xx identity. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_cmodexp, crypto_iqft, crypto_rsa, crypto_split, crypto_verify",
|
|
1627
|
+
"holds": true
|
|
1628
|
+
},
|
|
1629
|
+
"sealed": false,
|
|
1630
|
+
"morph": true
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"@type": "SoftwareApplication",
|
|
1634
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_rsa",
|
|
1635
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1636
|
+
"position": 6,
|
|
1637
|
+
"name": "crypto_rsa",
|
|
1638
|
+
"description": "theorem shor. Factor 91.",
|
|
1639
|
+
"inputSchema": {
|
|
1640
|
+
"type": "object",
|
|
1641
|
+
"properties": {
|
|
1642
|
+
"man": {
|
|
1643
|
+
"type": "boolean"
|
|
1644
|
+
},
|
|
1645
|
+
"n": {
|
|
1646
|
+
"type": [
|
|
1647
|
+
"integer",
|
|
1648
|
+
"string"
|
|
1649
|
+
],
|
|
1650
|
+
"description": "Modulus to factor. Default 91. Work register bits(n) qubits, counting register 2; no cap — the state is sparse and exact for any n. The counting register of 2 qubits recovers a period only when it divides 4; every other coprime run recovers nothing and says so in classical.resolvable, and a base sharing a factor with n is factored by gcd, not by period. The reach is of the state, not of period-finding. Past 2^53 send n as a string of digits; `read` says how each argument was taken and `exact` carries every value as decimal text."
|
|
1651
|
+
},
|
|
1652
|
+
"a": {
|
|
1653
|
+
"type": [
|
|
1654
|
+
"integer",
|
|
1655
|
+
"string"
|
|
1656
|
+
],
|
|
1657
|
+
"description": "Base. Default 8. A base sharing a factor with n hands it over as Shor's first step."
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"man": {
|
|
1662
|
+
"kind": "man",
|
|
1663
|
+
"inline": true,
|
|
1664
|
+
"name": "crypto_rsa",
|
|
1665
|
+
"section": 3,
|
|
1666
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_rsa",
|
|
1667
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1668
|
+
"description": "theorem shor. Factor 91.",
|
|
1669
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. JSON Nat. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.",
|
|
1670
|
+
"documentation": "NAME\n crypto_rsa — theorem shor. Factor 91.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_rsa\n crypto_rsa { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. p * q = N. JSON Nat. { n, a } name the modulus and base; the run is theirs, whatever they are. Default 91 and 8. Counting register 2: a period is recovered only when it divides 4, every other coprime run recovers nothing (classical.resolvable), and a shared factor is found by gcd, not by period. The reach is of the state, not of period-finding.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_cmodexp, crypto_iqft, crypto_shots, crypto_split, crypto_verify",
|
|
1671
|
+
"holds": true
|
|
1672
|
+
},
|
|
1673
|
+
"sealed": false,
|
|
1674
|
+
"morph": true
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"@type": "SoftwareApplication",
|
|
1678
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_split",
|
|
1679
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1680
|
+
"position": 7,
|
|
1681
|
+
"name": "crypto_split",
|
|
1682
|
+
"description": "theorem crypto. Split identity true. Secrecy false.",
|
|
1683
|
+
"inputSchema": {
|
|
1684
|
+
"type": "object",
|
|
1685
|
+
"properties": {
|
|
1686
|
+
"man": {
|
|
1687
|
+
"type": "boolean"
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"man": {
|
|
1692
|
+
"kind": "man",
|
|
1693
|
+
"inline": true,
|
|
1694
|
+
"name": "crypto_split",
|
|
1695
|
+
"section": 3,
|
|
1696
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_split",
|
|
1697
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1698
|
+
"description": "theorem crypto. Split identity true. Secrecy false.",
|
|
1699
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem crypto. Split identity true. Secrecy false. fused = split * share.",
|
|
1700
|
+
"documentation": "NAME\n crypto_split — theorem crypto. Split identity true. Secrecy false.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_split\n crypto_split { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem crypto. Split identity true. Secrecy false. fused = split * share.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_cmodexp, crypto_iqft, crypto_shots, crypto_rsa, crypto_verify",
|
|
1701
|
+
"holds": true
|
|
1702
|
+
},
|
|
1703
|
+
"sealed": false,
|
|
1704
|
+
"morph": true
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"@type": "SoftwareApplication",
|
|
1708
|
+
"@id": "https://qpu.uuidna.com/mcp#crypto_verify",
|
|
1709
|
+
"url": "https://qpu.uuidna.com/mcp",
|
|
1710
|
+
"position": 8,
|
|
1711
|
+
"name": "crypto_verify",
|
|
1712
|
+
"description": "theorem shor. theorem crypto.",
|
|
1713
|
+
"inputSchema": {
|
|
1714
|
+
"type": "object",
|
|
1715
|
+
"properties": {
|
|
1716
|
+
"man": {
|
|
1717
|
+
"type": "boolean"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"man": {
|
|
1722
|
+
"kind": "man",
|
|
1723
|
+
"inline": true,
|
|
1724
|
+
"name": "crypto_verify",
|
|
1725
|
+
"section": 3,
|
|
1726
|
+
"synopsis": "POST https://qpu.uuidna.com/mcp tools/call crypto_verify",
|
|
1727
|
+
"href": "https://qpu.uuidna.com/mcp",
|
|
1728
|
+
"description": "theorem shor. theorem crypto.",
|
|
1729
|
+
"reading": "In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. theorem crypto. Split identity true. Secrecy false.",
|
|
1730
|
+
"documentation": "NAME\n crypto_verify — theorem shor. theorem crypto.\nSYNOPSIS\n POST https://qpu.uuidna.com/mcp tools/call crypto_verify\n crypto_verify { man: true }\nDESCRIPTION\n In tools/list. Morph. Not a ninth sealed tool. No auth. theorem shor. Factor 91. theorem crypto. Split identity true. Secrecy false.\nSEE ALSO\n crypto_catalog, crypto_shor, crypto_cmodexp, crypto_iqft, crypto_shots, crypto_rsa, crypto_split",
|
|
1731
|
+
"holds": true
|
|
1732
|
+
},
|
|
1733
|
+
"sealed": false,
|
|
1734
|
+
"morph": true
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
838
1738
|
"prove": {
|
|
839
1739
|
"ui": {
|
|
840
1740
|
"href": "https://qpu.uuidna.com",
|
|
@@ -856,10 +1756,14 @@
|
|
|
856
1756
|
"theorem": "next_coil"
|
|
857
1757
|
},
|
|
858
1758
|
"shor": {
|
|
859
|
-
"n":
|
|
860
|
-
"a":
|
|
1759
|
+
"n": 91,
|
|
1760
|
+
"a": 8,
|
|
861
1761
|
"qft": "iqft",
|
|
862
|
-
"product":
|
|
1762
|
+
"product": 91,
|
|
1763
|
+
"rsa": true,
|
|
1764
|
+
"p": 7,
|
|
1765
|
+
"q": 13,
|
|
1766
|
+
"unlocked": true
|
|
863
1767
|
},
|
|
864
1768
|
"src": "src/quantum/processing/unit/index.lean"
|
|
865
1769
|
},
|