Bug Fixes
* A Bug fixed related to misspelling of variables in ``Circuit.loop_description()`` method.
Under the Hood
* Added test module for ``Circuit.description()`` and ``Circuit.loop_description()`` methods.
* Added test module for ``Circuit.eig_phase_coord()`` method.
* Created ``noise.py`` for handling of noise and environment properties of the circuit.
* Added test module for ``noise.py`` method.
* Quantum operators and ``circuit.py`` module are reorganized for future developments.