QuantumMob/ Q3mini

(4.0.1) current version: 4.0.9 »

A symbolic quantum simulation framework on quantum information systems, quantum many-body systems, and quantum spin systems

Contributed by: Mahn-Soo Choi

Q3S is a symbolic quantum simulation framework written in Wolfram Language to help study quantum information systems, quantum many-body systems, and quantum spin systems; hence the name Q3S. It provides various tools and utilities for symbolic and numerical calculations on these representative quantum systems.

It is recommended to install this package from the GitHub repository as it is updated more frequently and automatically.

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["QuantumMob/Q3mini"]


To load the code after installation, evaluate this code:
Needs["QuantumMob`Q3mini`"]

Details

With Q3S, one can avoid many of the tedious calculations involved in various principles and theorems of quantum theory. Furthermore, numerous visualization and simulation tools can help deepen the understanding of core concepts.
Q3S was publically released in 2020 (as Q3 back then).

Paclet Guide

Examples

Basic Examples (1) 

To install this package from the GitHub repository (recommended), evaluate this code:

In[1]:=
Module[
 {ps},
 ps = PacletSiteRegister[
   "https://github.com/quantum-mob/PacletRepository/raw/main", "Quantum Mob Paclet Repository"
   ];
 PacletSiteUpdate[ps];
 PacletInstall["QuantumMob/Q3"]
 ]
Out[1]=

Scope

In[2]:=
Let[Qubit, S]
In[3]:=
op = S[1, 2] ** S[2, 1]
Out[3]=
In[4]:=
vec = Ket[S[1] -> 1]
Out[4]=
In[5]:=
op ** vec
Out[5]=

Publisher

Quantum Mob

Disclosures

Compatibility

Wolfram Language Version 13.1

Version History

  • 4.0.9 – 15 March 2025
  • 4.0.8 – 14 March 2025
  • 4.0.7 – 14 March 2025
  • 4.0.6 – 14 March 2025
  • 4.0.5 – 14 March 2025
  • 4.0.4 – 14 March 2025
  • 4.0.3 – 06 March 2025
  • 4.0.2 – 06 March 2025
  • 4.0.1 – 05 March 2025
  • 4.0.0 – 05 March 2025

License Information

GNU General Public License v3.0 only

Paclet Source