From 28fa3a6d4a63684f15a4b276ec5ecc0372f5aa51 Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Wed, 2 Jun 2021 09:50:26 +0300 Subject: [PATCH] Fix typo in README.md Googele -> Google --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d0929..2ef639a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ MISTIQS provides the following primary capabilities: 1) Generation of quantum circuits for performing quantum simulations of the dynamics of spin chains governed by input Heisenberg Hamiltonians -2) Translation of these quantum circuits into executable circuit objects for IBM, Rigetti, and Googele quantum devices (Qiskit circuit objects, Pyquil programs, and Cirq circuit objects respectively) +2) Translation of these quantum circuits into executable circuit objects for IBM, Rigetti, and Google quantum devices (Qiskit circuit objects, Pyquil programs, and Cirq circuit objects respectively) 3) Compilation of circuits, either using the compilers native to the quantum computing platform of choice or using the domain-specific IBM and Rigetti compilers developed for TFIM simulations (more information [here](https://arxiv.org/abs/2004.07418)) @@ -36,4 +36,4 @@ If you only want to use the domain-specific compilers, add the MISTIQS/src direc Now you can call **ds_compile()** on existing IBM or Rigetti quantum circuit objects. -Please see [documentation](https://github.com/USCCACS/MISTIQS/blob/master/docs/MISTIQS%20User's%20Guide.md), as well as [examples](https://github.com/USCCACS/MISTIQS/tree/master/examples) provided. \ No newline at end of file +Please see [documentation](https://github.com/USCCACS/MISTIQS/blob/master/docs/MISTIQS%20User's%20Guide.md), as well as [examples](https://github.com/USCCACS/MISTIQS/tree/master/examples) provided.