From 44e434931055040af98cf1b7676731bd705f9b90 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Wed, 19 Jul 2023 17:08:33 +1000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf53a09d..84ea720d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # iQuantum ![Project Status](https://img.shields.io/badge/Project-Under%20Development-yellow) [![iQuantum Maven Build](https://github.com/Cloudslab/iQuantum/actions/workflows/maven.yml/badge.svg)](https://github.com/Cloudslab/iQuantum/actions/workflows/maven.yml) -## A Toolkit for Modeling and Simulation of Hybrid Quantum Computing Environments +## A Toolkit for Modeling and Simulation of Quantum Computing Environments As quantum computers become increasingly accessible through cloud services and potentially edge networks, the demand for efficient resource @@ -26,7 +26,7 @@ Quantum Computers (QNode), QPU, Quantum Tasks (QTask), and Quantum Broker (QBrok ## Installation and Examples The downloaded package contains all the source code and examples for iQuantum. -Several examples that demonstrate the use of iQuantum can be found in the `org.iquantum.examples` package, located in `/module/iquantum-examples` folder. +Several examples that demonstrate the use of iQuantum can be found in the `org.iquantum.examples` package, located in `/modules/iquantum-examples` folder. iQuantum API documentation can be found at https://cloudslab.github.io/iQuantum/. Please note that iQuantum is still under development for adding advanced features and the API documentation is not fully complete yet. More details will be updated soon.