Giter VIP home page Giter VIP logo

Comments (2)

nathanieljohnston avatar nathanieljohnston commented on June 26, 2024

Thanks for the report -- no user error on your part. That block positive matrix is right on the boundary of block positive matrices (i.e., if you minimize over product vectors, you get exactly zero), which makes it slightly tricky numerically. I had some numerical tolerance signs flipped. Fixed now. Now the following 3 lines of code yield results of -1, 1, and 0, respectively:

IsBlockPositive(Q0)
IsBlockPositive(Q0+0.001*eye(16))
IsBlockPositive(Q0-0.001*eye(16))

The first line yielding -1 (for "don't know") is a bit undesirable, but perhaps unavoidable: if the minimization over product states yields a value extremely close to 0, it's difficult to say with certainty whether or not it really is positive.

from qetlab.

vprusso avatar vprusso commented on June 26, 2024

@nathanieljohnston Thanks for the quick response! Glad to hear that there wasn't any user error on my part (this time, anyway :) ). And that explanation about the "don't know" case makes perfect sense. Thank you again for the quick response and fix!

from qetlab.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.