Minor presentation edits to notebooks

This commit is contained in:
Mariia Mykhailova 2023-11-30 11:27:03 -08:00 коммит произвёл GitHub
Родитель 31927a69ff
Коммит f85ef4e439
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,10 @@
{
"cell_type": "markdown",
"source": [
"# Resource Estimation for Tensor Network Contraction Simulation of a Fixed Circuit\n",
"# Resource Estimation of Fixed Circuit Used in Tensor Network Contraction Simulation\n",
"\n",
"This notebook gives the resource estimation of random quantum circuits used for the tensor network contraction simulation in\n",
"[Alibaba Cloud Quantum Development Platform: Large-Scale Classical Simulation of Quantum Circuits](https://arxiv.org/abs/1907.11217).\n",
"\n",
"## Getting started\n",
"\n",
@ -1751,7 +1754,7 @@
"logical_qubits = result['physicalCounts']['breakdown']['algorithmicLogicalQubits']\n",
"logical_depth = result['physicalCounts']['breakdown']['algorithmicLogicalDepth']\n",
"# We take the runtime of the circuit from the paper https://arxiv.org/pdf/1907.11217.pdf, table 1.\n",
"target_runtime = 412.25\n",
"target_runtime = 580.7\n",
"target_rqops = logical_qubits * logical_depth / target_runtime\n",
"\n",
"print(f\"Logical qubits = {logical_qubits}\")\n",

Просмотреть файл

@ -3,7 +3,10 @@
{
"cell_type": "markdown",
"source": [
"# Resource Estimation for State Vector Simulation of a Random Circuit\n",
"# Resource Estimation of Random Circuit Used in State Vector Simulation\n",
"\n",
"This notebook gives the resource estimation of random quantum circuits used for the full state vector simulation in\n",
"[Simulating 44-Qubit quantum circuits using AWS ParallelCluster](https://aws.amazon.com/blogs/hpc/simulating-44-qubit-quantum-circuits-using-aws-parallelcluster/).\n",
"\n",
"## Getting started\n",
"\n",