CQCL / pytket-quest

Apache License 2.0
2 stars 0 forks source link

Code the `quest_convert.py` #5

Closed ferbetanzo closed 5 months ago

ferbetanzo commented 6 months ago
TerraVenil commented 5 months ago

To support measurements we must have at least two types of registers: quantum and classical where we will store results of measurements. But QuEST doesn't have a notion of classical registers because after applying measurement to a particular qubit its state collapses due to the destructive nature of measurement.

TerraVenil commented 5 months ago

Gates mapping betwnn tket and pyQuest you can find here https://github.com/ferbetanzo/pytket-quest/wiki/%5BPhase-1%5D-Gates-mapping