You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shehbaz has implemented a first-take at QRC using Cuda-Quantum in https://github.com/ShehbazTariq/cudaq-qrc. We should start off by building base classes that make sense in the context of that codebase. The overall workflow would be:
determine the main process flows (encoding, dynamics, etc) in that repo's example notebook
build base classes here such that they are likely to be extensible to other variations of QRC
using inheritance from these base classes, build specialized classes that make it easy to run the same workflow from the original notebook
Implementation (Optional)
No response
The text was updated successfully, but these errors were encountered:
Feature Description
Shehbaz has implemented a first-take at QRC using Cuda-Quantum in https://github.com/ShehbazTariq/cudaq-qrc. We should start off by building base classes that make sense in the context of that codebase. The overall workflow would be:
Implementation (Optional)
No response
The text was updated successfully, but these errors were encountered: