Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

PiMachine

Guides

  • Evaluation
  • Terms
  • Types

Tech Notes

  • Diagrams
  • SAT

Symbols

  • PiChoice
  • PiCombinator
  • PiContinuation
  • PiEval
  • PiEvalTrace
  • PiFunction
  • PiHole
  • PiInverse
  • PiMachineDiagram
  • PiMachinePort
  • PiMinus
  • PiOne
  • PiPlus
  • PiReduce
  • PiState
  • PiStateQ
  • PiTerm
  • PiTermQ
  • PiTimes
  • PiTypeQ
  • PiUnit
  • PiZero
Diagrams
PiMachinePort
convert types to ports
PiMachineDiagram
convert terms to diagram
XXXX.
Install and load the ProcessTheory paclet first:
In[46]:=
PacletInstall["https://www.wolframcloud.com/obj/nikm/ProcessTheoryLoader.paclet",ForceVersionInstallTrue];​​<<ProcessTheoryLoader`
Make sure that Diagram is working:
In[49]:=
Diagram[A,a,b]
Out[49]=
Construct a Diagram for the CNOT combinator:
In[50]:=
<<WolframInstitute`PiMachine`
In[485]:=
PiCNot["Term"]
Out[485]=
dist
⊙
id
⊕
id
⊗
swap
+
⊙
factor
In[161]:=
PiMachineDiagram
[PiCNot]
Out[161]=
Multiplicative ZigZag:
In[159]:=
PiMachineDiagram
PiTimesTracePiFalse,
PiCombinator
["TimesSwap"],"Arrange"False,"Rotate"Right,AlignmentCenter
Out[159]=
Additive ZigZag:
In[160]:=
PiMachineDiagram
[PiZigZag,AlignmentCenter]
Out[160]=
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com