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
When compiling version 3.0.1 on Debian unstable, I get the following failure during test:
Start 5: test_operators 5/27 Test #5: test_operators ...................Child aborted***Exception: 0.09 sec test_operators: /build/purify-3.0.1/cpp/purify/utilities.h:149: typename std::enable_if<(std::is_same<typename T0::Scalar, typename T1::Scalar>::value && T0::IsRowMajor), Eigen::Matrix<typename MatrixType::Scalar, -1, 1> >::type purify::utilities::sparse_multiply_matrix(const Eigen::SparseMatrixBase<OtherDerived>&, const Eigen::MatrixBase<U>&) [with T0 = Eigen::SparseMatrix<std::complex<double>, 1, int>; T1 = Eigen::Matrix<std::complex<double>, -1, 1>; typename std::enable_if<(std::is_same<typename T0::Scalar, typename T1::Scalar>::value && T0::IsRowMajor), Eigen::Matrix<typename MatrixType::Scalar, -1, 1> >::type = Eigen::Matrix<std::complex<double>, -1, 1>]: Assertion `M.cols() == x.size()' failed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_operators is a Catch v1.12.1 host application. Run with -? for options Randomness seeded to: 1589715789 ------------------------------------------------------------------------------- Operators Create Weighted Measurement Operator ------------------------------------------------------------------------------- /build/purify-3.0.1/cpp/tests/operators.cc:129 ............................................................................... /build/purify-3.0.1/cpp/tests/operators.cc:129: FAILED: {Unknown expression after the reported line} with expansion: due to a fatal error condition: SIGABRT - Abort (abnormal termination) signal =============================================================================== test cases: 1 | 0 passed | 1 failed assertions: 15 | 14 passed | 1 failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling version 3.0.1 on Debian unstable, I get the following failure during test:
The text was updated successfully, but these errors were encountered: