Shixin Zhang
Shixin Zhang
[This example](https://github.com/refraction-ray/general-scripts/blob/master/latex-utility/test.tex) is helpful considering various scenarios when deleting comments in tex files. And I show the example below: ``` \begin{document} hello world % comment after % 20\% just a...
The code in readme for B-S model has mismatched kwargs names between the function definition and function call inside main.
163402 兴全趋势,2018年分红记录,在 pinzhongdata 页面缺失,我印象里第一个数据出现错误的例子,天天基金其他页面分红记录正常
Hi, there. The relevant issue with this observation is https://github.com/google/TensorNetwork/issues/650. In simple code, ```python D = 800 D1 = 12 D2 = 10 a = np.random.rand(D1,D,D) b = np.random.rand(D,D,D2) print(timeit.timeit(lambda:...
Pre-Request Checklist --------------------- - [x] I checked to make sure that this feature has not already been requested. Issue Description ----------------- Currently, if we want to interface mitiq with quantum...
## Task description Add noisy_qml_layer.py in ``/examples``. ## Implementation Mainly for demonstrating ``tc.KerasLayer()({"state":, "noise":})`` and ``tc.TorchLayer()(state, noise)`` using Monte Carlo noise simulation with randomness given by the secondary input ##...
We still have four notebooks to go in whitepaper dir, and we also need to refresh these .po files to add Chinese translations for new parts.
## Task description Add ``tc.templates.blocks.random_circuit`` to generate random circuit for demonstrating quantum supremacy, the circuit structure can be found from Google's paper: https://www.nature.com/articles/s41586-019-1666-5 ## Implementation Add a function ``random_circuit`` in...
## Task description Add Quantum Fourier Transformation circuit block as ``tc.templates.blocks.qft`` ## Implementation Implement the function in ``/tensorcircuit/templates/blocks.py``, the function input signature is sth like below: ```python def qft(c, *index):...