Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:quantum:categorical [2025/05/01 21:22] – [Reader Guidance] kymkiprojects:quantum:categorical [2026/05/21 15:43] (current) – [Preamble] kymki
Line 43: Line 43:
 It isnt a box. It is deep rabbit hole - abstract, sprawling. A mine of connected rooms, spaces, tunnels. It isnt a box. It is deep rabbit hole - abstract, sprawling. A mine of connected rooms, spaces, tunnels.
  
-A thought started to brew after Christmas this year - **how can i apply category theory to quantum computing and what might come out of that?**.+A thought started to brew after Christmas back in 2024 - **how can i apply category theory to quantum computing and what might come out of that?**
  
-This easter holiday I got the Shim codebase to a state where I think its time to start sharing. This journal entry describes the result of the work.+On the 2026 Easter holiday I got the Shim codebase to a state where I think its time to start sharing. This journal entry describes the result of the work. 
 + 
 +The repository is hosted here: https://github.com/erikkallman/shim
 ===== Reader Guidance  ===== ===== Reader Guidance  =====
  
Line 55: Line 57:
 ===== Shim - a Rust library for categorical quantum computing ===== ===== Shim - a Rust library for categorical quantum computing =====
  
-Shim is a Rust library that provides a mathematical foundation for quantum machine learning using category theory. It aims to describe quantum computation and machine learning through categorical structures, enabling composition of quantum operations and data transformations.+Shim is a Rust library ([[https://github.com/erikkallman/shim|https://github.com/erikkallman/shim]], distributed under the MIT license) that provides a mathematical foundation for quantum machine learning using category theory. It aims to describe quantum computation and machine learning through categorical structures, enabling composition of quantum operations and data transformations.
  
 In the repo there are three larger illustrative examples that showcase its usage. This is just a highlight of some of the categorical concepts used in Shim. For a full read, clone the git repo and run the examples that come with extensive documentation.  In the repo there are three larger illustrative examples that showcase its usage. This is just a highlight of some of the categorical concepts used in Shim. For a full read, clone the git repo and run the examples that come with extensive documentation.