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.
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.
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.