CirQuS-UTS / QuanGuru

QuanGuru (pronounced Kangaroo) is a Python library for numerical modelling of quantum systems. It is still under-development, and it consists of tools for numerical simulations of Quantum systems.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Creating random term in QTerms class #241

Open TreeratKJ opened 1 year ago

TreeratKJ commented 1 year ago

To generate random Hamiltonians in the Quantum System, we can alternatively create randomTerm() as an internal method of QTerms class (similar to _createTerm() method). This would give us a convenient way to define other parameters, e.g. seedNum, in this method which is not related to any other terms defined before.