This is a simple circuit to transcribe a RNA to a DNA using quantum computing
the bases are encoding in two different quantum basis in the Bloch sphere
With this protocol, we insert the RNA as gates, then we rotate by
After that, we have encoded values in two different basis. To get the relative DNA bases, are used measurements on both
To check the project out, you may need to install some dependencies by running:
pip install -r requirements.txt
# or with conda
conda deactivate
conda env create -f environment.yml
conda activate dna-quantum
Then, you can check the example.ipynb or the functions source code at transcode.py.