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

Hot Fix - qProtocol __slots__ readded #253

Closed TreeratKJ closed 7 months ago

TreeratKJ commented 7 months ago

The removal of __slots__ = [] from qProtocol(genericProtocol) object in QPro.py appears to have affected/broken multiprocessing. Note genericProtocol contains __slots__ however, the child class qProtocol(genericProtocol) had not.

This hot fix readds __slots__ = [] under the qProtocol definition

github-actions[bot] commented 7 months ago

Branch 253-HotFix-_qProtocolslotsreadded created!