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

Improved syntax for setting and getting internal simulation object attributes #105

Closed cahitkargi closed 2 years ago

cahitkargi commented 2 years ago

Currently, we have attributes such as simTotalTime and methods runSimulation() in QSimComp class (inherited by quantum system and protocol) to provide an alternative syntax qsys. simTotalTime and qsys.runSimulation() to qsys.simulation. totalTime and qsys.simulation.run(). It could be useful if we introduce similar syntax for other useful attributes methods of the simulation, eg timeList

github-actions[bot] commented 2 years ago

Branch 105-Improved_syntax_for_setting_and_getting_internal_simulation_object_attributes created!