qutip-qip
qutip-qip copied to clipboard
Added about() function
For solving #51, have added an about
function to qutip_qip
.
This pull request is a continuation of the PR: qutip/qutip#1870 and is dependent on it (this PR won't work without merging the mentioned qutip
PR. That qutip
PR does not affect any existing functionality of qutip
)
Changelog
qutip_qip.about()
calls qutip.about("qutip_qip")
, which show info about qutip_qip
Refer to qutip/qutip#1870 for more details.