Git Product home page Git Product logo

qopt's People

Contributors

christiangorjaew avatar jdteske avatar nomos11 avatar paulsurrey avatar stillpaul avatar terrorfisch avatar thangleiter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qopt's Issues

Spyder dependency

Is there a reason why Spyder is a dependency? In my experience, it causes trouble when installing (even if Spyder is already installed).

TypeError in `OptimizationResult.from_dict()`

The function to_dict() of OptimizationResult stores the variable final_parameters under the key final_amps. Therefore, I get an error message when rehydrating the object again:

result = optimizer.run_optimization(initial_control_amplitudes=initial_pulse)
OptimizationResult.from_dict(result.to_dict())

leads to the error TypeError: __init__() got an unexpected keyword argument 'final_amps'

Distinguish DenseOperator from numpy array in __repr__

Currently DenseOperator's __repr__ method simply forwards the call to the underlying ndarray. This can obscure the data type in a REPL workflow since printing the DenseOperator will not tell the user that it is actually a DenseOperator.

I suggest adding a bit of information along the lines of a QuTiP Qobj:

Quantum object: dims = [[2], [2]], shape = (2, 2), type = oper, isherm = False
Qobj data =
[[0. 0.]
 [1. 0.]]

So maybe something like this:

def __repr__(self):
    s = 'DenseOperator with data\n' + str(self.data)

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.