Chasmiccoder / Algos-for-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
17 stars 5 forks source link

Test bug report issue #29

Closed BoxiLi closed 2 years ago

BoxiLi commented 2 years ago

Bug Description

Thank you for making this template! This is a quick test. Sorry for adding this to your repo ;)

Code to Reproduce the Bug

from qutip import sigmax
sigmax()

Code Output

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

Expected Behaviour

:)

Your Environment

QuTiP Version:      4.6.2
Numpy Version:      1.20.2
Scipy Version:      1.6.3
Cython Version:     0.29.23
Matplotlib Version: 3.4.1
Python Version:     3.9.4
Number of CPUs:     12
BLAS Info:          Generic
OPENMP Installed:   False
INTEL MKL Ext:      False
Platform Info:      Windows (AMD64)

Additional Context

It looks good!

BoxiLi commented 2 years ago

Looks great! Thanks!