Xiaoliang Wu

Results 7 comments of Xiaoliang Wu

Sorry for missing code. I'm using example code shown in the README file. ```python import yfinance as yf tcehy = yf.Ticker("TCEHY") print(tcehy.cashflow) ```

> @xwu64 Can you check if the correct one is present in this table, when using `t.quarterly_cashflow`, instead? same issue

I got the reason for difference in the operating cash flow. It's because the website should all numbers in thousands. I'm sorry for this silly mistake. However, the **Capital Expenditure**...

I totally understand the difficulty of this feature. It can be a feature on TODO list with relative low priority. Thank you.

Do you mean the code at [here](https://github.com/sequence-toolbox/SeQUeNCe/blob/8cbcbd31f013e511d5cbaf96399711161ddadabe/src/entanglement_management/purification.py#L138)? The reason is BBPSSW protocol requires two pairs of identical entangled qubits. The attached code does not check if two given entangled memories...

The old teleportation script is to reproduce the experiments in the paper "[Quantum teleportation across a metropolitan fibre network](https://arxiv.org/pdf/1605.08814.pdf)". Results of teleportation could be found in the paper "[Simulations of...

I think it's a good idea to provide an example script for the teleportation. Would you have interest to contribute on the teleportation example?