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: 4 months ago
JSON representation
some ideas of how to encode a DNA using NEQR
- Host: GitHub
- URL: https://github.com/dpbm/dna-image-quantum
- Owner: Dpbm
- Created: 2024-07-20T16:41:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:12:14.000Z (12 months ago)
- Last Synced: 2025-01-19T18:51:54.380Z (6 months ago)
- Topics: dna, python, qiskit, quantum-computing, quantum-image
- Language: Jupyter Notebook
- Homepage: https://dpbm.github.io/dna-image-quantum/
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`.

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.

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