From 7ebe16242f05c5a11780bdeab1ff94a9c1c84dde Mon Sep 17 00:00:00 2001 From: John Dumbell Date: Mon, 16 Sep 2024 12:08:33 +0100 Subject: [PATCH] Affixing logo path to url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81f1ea2..e032b07 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![PyPi Deployment](https://github.com/oqc-community/rasqal/actions/workflows/deploy-wheels.yml/badge.svg?event=release)](https://github.com/oqc-community/rasqal/actions/workflows/deploy-wheels.yml) - - + + Rasqal is a quantum-classical hybrid runtime which runs QIR in a fully dynamic fashion, building up quantum circuits on the fly and executing them against a provided quantum backend. It uses symbolic execution and heavily deferred execution to perform code transformations, optimizations and lowering to power the circuit synthesis.