Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo #255

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Simulate quantum computations on classical hardware using PyTorch. It supports s
Researchers on quantum algorithm design, parameterized quantum circuit training, quantum optimal control, quantum machine learning, quantum neural networks.
#### Differences from Qiskit/Pennylane

Dynamic computation graph, automatic gradient computation, fast GPU support, batch model tersorized processing.
Dynamic computation graph, automatic gradient computation, fast GPU support, batch model tensorized processing.

## News
- v0.1.8 Available!
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## TorchQuantum Examples

For **beginning level**, you may check [QNN for MNIST](simple_mnist), [Quantum Convolution (Quanvolution)](quanvolution) and [Quantum Kernel Method](quantum_kernel_method), and [Quantum Regression](regression).
For **beginning level**, you may check [QNN for MNIST](mnist), [Quantum Convolution (Quanvolution)](quanvolution) and [Quantum Kernel Method](quantum_kernel_method), and [Quantum Regression](regression).

For **intermediate level**, you may check [Amplitude Encoding for MNIST](amplitude_encoding_mnist), [Clifford gate QNN](clifford_qnn), [Save and Load QNN models](save_load_example), [PauliSum Operation](PauliSumOp), [How to convert tq to Qiskit](converter_tq_qiskit).

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pylatexenc>=2.10
pyscf>=2.0.1
qiskit>=0.39.0,<1.0.0
recommonmark
qiskit_ibm_runtime==0.20.0
qiskit-aer==0.13.3

scipy>=1.5.2
setuptools>=52.0.0
Expand Down
Loading