Welcome to MTQC Docs

Quickstart

Download zip file on your computer and extract it. On MTQC folder run MTQC-v0.1.jar file.

MTQC needs Python for run quantum mutation testing. We recommend you to install Python with Anaconda distribution. If you don’t have Python installed, you can’t do quantum testing but you can generate mutants.

MTQC supports Qiskit and Q# quantum languages. To test on Qiskit you must install it:

pip install qiskit

To test on Q# check this docs.