Caitao Zhan

Results 6 issues of Caitao Zhan

Hi Hanrui, Code below from _examples/quantumnat.py_ loads the noise model from IBM's **ibmq_quito** machine ``` noise_model_tq = tq.NoiseModelTQ( noise_model_name="ibmq_quito", n_epochs=n_epochs, noise_total_prob=0.5, factor=0.1, add_thermal=True, ) ``` Then I print the _parsed_dict_...

Hi SeQUeNCe team, I tried [tutorial/chapter3/example2.py](https://github.com/sequence-toolbox/SeQUeNCe/blob/master/docs/source/tutorial/chapter3/example2.py) about entanglement purification BBPSSW protocol. The outcome of the program is **very confusing** to me and doesn't seem correct. What is wrong is that...

Hi SeQUeNCe team, I have been playing around with SeQUeNCe recently and found a minor issue, located at this link: https://github.com/sequence-toolbox/SeQUeNCe/blob/b7cc48da8ec00106cc68aa11ecf5e09c9e54d768/src/entanglement_management/swapping.py#L129C52-L129C60 The function EntanglementSwappingA.set_others() has an argument **_memories_**, but it...

refactor

Various updates for version 0.6.3 ## [0.6.3] ### Added - We have an Icon for SeQUeNCe! - `pip install sequence` is now available! - `src` folder is renamed to `sequence`...

# Pull RnD to Master v0.8.2 ### Added - A new state `PURIFIED` in `MemoryInfo` is introduced to enable the new purify strategy `once`, i.e. only purify one time. The...

Error when running the "Run" tab in the GUI. --- Also, in `gui.py`, the `gui.gui.run_server()` needs to be replaced with `gui.gui.run()` because `gui.gui.run_server()` is obsolete in the newer versions.

bug