Alex McCaskey
Alex McCaskey
```cpp qclass TestClass { public: __qpu__ void qmethod(qreg q) { ...} }; ``` macro rewrites to ```cpp __qpu__ void TestClass(qreg q) { class TestClass { ... }; } ``` TokenCollector...
Usually the 'include functional' not found error is related to not being able to find the xcode command line tools. Make sure you install that, and you might also set...
> `virtual complex amplitude(std::size_t idx) = 0` limits the index to a 64-bit integer. We might want to cover the case with more than 64 qubits (e.g., tensornet can handle...
> /ok to test **Command Bot:** Processing...
> /ok to test **Command Bot:** Processing...
> /ok to test **Command Bot:** Processing...
> /ok to test **Command Bot:** Processing...
> /ok to test **Command Bot:** Processing...
In C++, we have `H.to_string(/*printCoeffs*/ false);`. This just needs to be exposed in `py_spin_operator.cpp`, although just taking the spin_op as input (with an exception thrown if its more than one...
> Thanks @amccaskey for proposing this. > > I have a clarification question regarding the semantics of a `cudaq::qvector`'s state. For example, what will be the return value of the...