We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
template <class Type> QubitRegister<Type>::QubitRegister(std::size_t new_num_qubits, Type *state, std::size_t tmp_spacesize_) { imported_state = true; Initialize(new_num_qubits, tmp_spacesize_); this->state = state; }
has two problems:
To Reproduce Steps to reproduce the behavior: Use the ctor and initialize the statevector with a prepared memory pointer, undef MM_USE_MALLOC
Fixes
See my PR #57
The text was updated successfully, but these errors were encountered:
Hi @mbuchberger1967 , thanks for pointing out this issue. I will give a look to your solution.
Sorry, something went wrong.
Hi @giangiac we have this fix in our fork and it is working fine. you really should give it a try.... BR Markus
Hi @mbuchberger1967 Thanks for the reminder. I'll give a look at pull request #57
No branches or pull requests
Describe the bug
has two problems:
To Reproduce
Steps to reproduce the behavior:
Use the ctor and initialize the statevector with a prepared memory pointer, undef MM_USE_MALLOC
Fixes
See my PR #57
The text was updated successfully, but these errors were encountered: