lanl-ansi / QuantumAnnealing.jl

Tools for the Simulation and Execution of Quantum Annealing Algorithms
Other
25 stars 5 forks source link

Multiplying factor of h/(2*\pi) missing? #51

Open sambuddhac opened 2 hours ago

sambuddhac commented 2 hours ago

Shouldn't the first equation in the What is Quantum Annealing? of the doc pages have a multiplying factor of h/(2*\pi) on the left-hand-side of the equation?

zmorrell commented 2 hours ago

I just checked the way we have it worded and we were hoping that the expression "acting over a set of $n$ qubits in natural units" would be sufficient to indicate that we intended for $\hbar = 1$. Upon re-reading it and seeing that an issue has been created about it, I will update the documentation to explicitly state this. Thank you for pointing out where the documentation was unclear. Please let us know if you come across anything else that seems off or is poorly worded.

zmorrell commented 2 hours ago

I have added a proposed change to index.md in the "doc-clarity" branch (8bc681e). If you are in agreement that this clarifies things successfully, I will merge into the main documentation