More actions
Mahnsoo.choi (talk | contribs) No edit summary |
Mahnsoo.choi (talk | contribs) |
||
Line 5: | Line 5: | ||
==Download== | ==Download== | ||
Q3 is distributed through the | Q3 is distributed through the GitHub repository: https://github.com/quantum-mob/Q3App | ||
On your web browser, go to the repository and click a green "Code" button, and choose the "Download ZIP" option. | |||
==Installation== | |||
Once you download the ZIP file of the repository, unzip it to extract the files and subfolders. Move or copy the subfolder Q3 to | |||
<blockquote> | |||
$UserBaseDirectory/Applications/ | |||
</blockquote> | |||
where $UserBaseDirectory is the Mathematica symbol. You can check its value on your Mathematica. | |||
==Quick Start== | ==Quick Start== |
Revision as of 02:46, 7 November 2020
Q3 is a Mathematica application to help study quantum information processing, quantum many-body systems, and quantum spin systems. It provides various tools and utilities for symbolic and numerical calculations in these areas of quantum physics.
Q3 consists of several packages at different levels. Quisso, Fock, and Wigner are the three main packages, and they are devoted to the simulation of quantum information processing, quantum many-body systems, and quantum spin systems, respectively. They are based on two other lower-level packages, Pauli and Cauchy. Pauli itself provides useful tools to handle Pauli operators directly, but it also defines programming structures and objects for the aforementioned three and other higher-level packages. Cauchy, at the lowest level, defines the programming structure of the whole application. But it can also be used individually to facilitate complex analysis.
Download
Q3 is distributed through the GitHub repository: https://github.com/quantum-mob/Q3App
On your web browser, go to the repository and click a green "Code" button, and choose the "Download ZIP" option.
Installation
Once you download the ZIP file of the repository, unzip it to extract the files and subfolders. Move or copy the subfolder Q3 to
$UserBaseDirectory/Applications/
where $UserBaseDirectory is the Mathematica symbol. You can check its value on your Mathematica.
Quick Start
Once the application is installed, put
"Q3" or "Q3/guide/Q3"
in the search field of the Wolfram Language Documentation Center (Mathematica help window) to get more information about the application.