tensorcircuit
tensorcircuit copied to clipboard
Tensor network based quantum software framework for the NISQ era
## Task description Add an example python script `stabilizer_stim_sim.py` in `/examples` which showcases stabilizer circuit simulation using tc interface with stim backend. ## Implementation The script includes: 1. Clifford circuit...
## Issue Description The TensorCircuit library currently supports the PyTorch and TensorFlow backends. We are interested in extending this support to include Jittor, a domestically developed deep learning framework that...
你好!我在使用tensorcircuit进行mnist分类过程中,想将量子线路转化为qiskit线路,并且进行真机模拟。但是遇到以下错误: File "/home/cpu_user_cpu/ylh_temporary/QUEST_IBMQ/mnist_2_qibm.py", line 67, in train_circuit quantum_model.train(x_train, y_train) File "/home/cpu_user_cpu/ylh_temporary/QUEST_IBMQ/model_file/model.py", line 163, in train self.model.fit(x_train, y_train_one_hot, batch_size=self.batch_size, epochs=self.epochs, validation_split=0.2) File "/home/cpu_user_cpu/condaenvstc/lib/python3.9/site-packages/keras/src/utils/traceback_utils.py", line 122, in error_handler raise e.with_traceback(filtered_tb) from None...