Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/dna-image-quantum

some ideas of how to encode a DNA using NEQR
https://github.com/dpbm/dna-image-quantum

dna python qiskit quantum-computing quantum-image

Last synced: about 1 month ago
JSON representation

some ideas of how to encode a DNA using NEQR

Awesome Lists containing this project

README

        

# DNA to quantumImage

This repo contains some simple examples of how we could encode DNA into quantum images.

Here, two approaches were taken:

1 - The first one encodes each nucleotide into a different pixel color using `NEQR`.

![example first method](./first-method-example.png)

2 - The second one is inspired on `NEQR` method, however this time we encode each base using a different phase, then to retrieve the encoded values is necessary to measure in two different basis and distinguish those values with post-processing.

![example second method](./second-method-example.png)

for enlightment, take a look at the code [here](./examples.ipynb)