Commit 2503ba5a authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Merge branch 'master' into tnguyen/update-itensor

parents 566bbc92 dc43d69a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -649,7 +649,7 @@ void ExatnMpsVisitor::finalize()

        // const auto stateVecNorm = computeStateVectorNorm(*m_tensorNetwork, exatn::getCurrentProcessGroup());
        // Small-circuit case: just reconstruct the full wavefunction
        if (m_buffer->size() < MAX_NUMBER_QUBITS_FOR_STATE_VEC) 
        if (m_buffer->size() < MAX_NUMBER_QUBITS_FOR_STATE_VEC && !options.keyExists<std::vector<int>>("bitstring")) 
        {
            // DEBUG:
            // printStateVec();