cuda-quantum icon indicating copy to clipboard operation
cuda-quantum copied to clipboard

Example prototyping the Quantum-enhanced MCMC algorithm

Open poojarao8 opened this issue 2 years ago • 3 comments

This example implements the QMCMC algorithm from this paper: https://arxiv.org/pdf/2203.12497.pdf I have also updated the documentation.

poojarao8 avatar Dec 21 '23 02:12 poojarao8

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Dec 21 '23 02:12 copy-pr-bot[bot]

Spell check is failing due to QMCMC and some variable names. Is this something I can override or can this spell check failing be ignored?

poojarao8 avatar Jan 09 '24 03:01 poojarao8

Spell check is failing due to QMCMC and some variable names. Is this something I can override or can this spell check failing be ignored?

See https://gist.github.com/bmhowe23/f855bdb06c083dfe07f901593c4a26b2 for suggested fixes for the spell check issues. If you want to accept those changes, you can apply the suggested patch with the command provided in the comment for the gist. If you don't want to accept those changes, you can simply use them as a reference point.

bmhowe23 avatar Jan 09 '24 14:01 bmhowe23