Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/dna-image-quantum
- Owner: Dpbm
- Created: 2024-07-20T16:41:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:12:14.000Z (5 months ago)
- Last Synced: 2024-07-22T17:33:34.231Z (5 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: 0
-
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`.
![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)