You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation lets processes share a dictionary to record the quantum state. However, the shared dictionary will lock if one process is reading or writing the whole dictionary. This lock may affect the performance of parallelization.
Current implementation lets processes share a dictionary to record the quantum state. However, the shared dictionary will lock if one process is reading or writing the whole dictionary. This lock may affect the performance of parallelization.
SeQUeNCe/src/kernel/quantum_manager_server.py
Line 109 in 770c297
We hope to design a new shared data structure to avoid unnecessary lock.
The text was updated successfully, but these errors were encountered: