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/04/30 09:20] – [4. Conclusion and Outlook: The Power of Categorical Quantum ML] 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  =====
  
-This entry is a an overview of the code examples (shorter bits of demonstrative code that use the Shim library) that I have implemented. It is technical. It is assumed that this is perhaps not the first time the reader has heard of category theory. The reading will benefit greatly from basic prior knowledge of concepts like monads, functors (ofc how can we otherwise grok monads), categories. Basic knowledge of quantum computing is needed but I set the level of the text to not assume deep prior expertise. +This entry is a an overview of the code examples (shorter bits of demonstrative code that use the [[https://github.com/erikkallman/shim|Shim library]]) that I have implemented. It is technical. It is assumed that this is perhaps not the first time the reader has heard of category theory. The reading will benefit greatly from basic prior knowledge of concepts like monads, functors (ofc how can we otherwise grok monads), categories. Basic knowledge of quantum computing is needed but I set the level of the text to not assume deep prior expertise. 
  
 What im hoping is that for someone active in category theory research, ML, or quantum computing can read this post and understand why I started writing Shim and see its value as a research tool. Please do contact me should you find this interesting and if any inaccuracies (I know quite a few in the code already) exist. Im happy to collaborate and discuss. What im hoping is that for someone active in category theory research, ML, or quantum computing can read this post and understand why I started writing Shim and see its value as a research tool. Please do contact me should you find this interesting and if any inaccuracies (I know quite a few in the code already) exist. Im happy to collaborate and discuss.
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.