diff --git a/modules/iquantum-examples/README.md b/modules/iquantum-examples/README.md index 9310f9be..a88ffed2 100644 --- a/modules/iquantum-examples/README.md +++ b/modules/iquantum-examples/README.md @@ -3,21 +3,21 @@ This directory contains several examples that demonstrate the use of iQuantum. The examples are located in the `org.iquantum.examples` package. ## Example 1 -This example demonstrates how to create a simple quantum CDatacenter with a single quantum computer (`QNode)` and -a single quantum task (`Qulet`). The quantum task is submitted to the quantum computer for execution. +This example demonstrates how to create a simple quantum datacenter with a single quantum computer (`QNode)` and +a single quantum task (`QTask`). The quantum task is submitted to the quantum computer for execution. ## Example 2 This example demonstrates how to create a quantum CDatacenter with 2 quantum computers (`QNode`) follow the configurations -of IBM Oslo and IBM Perth nodes, 2 quantum tasks (`Qulet`) with different topologies. +of IBM Oslo and IBM Perth nodes, 2 quantum tasks (`QTask`) with different topologies. ## Example 3 This example demonstrates how to create a quantum CDatacenter with 2 quantum computers (`QNode`) and -4 quantum tasks (`Qulet`). Some of quantum tasks require more qubits than the number of qubits +4 quantum tasks (`QTask`). Some of quantum tasks require more qubits than the number of qubits available in the quantum computer, which results in the rejection of these tasks. ## Example 4 This example demonstrates how to create a quantum CDatacenter with 2 quantum computers (`QNode`) follow the configurations -of IBM Hanoi and IBM Geneva nodes automatically (imported from the CSV dataset), 4 quantum tasks (`Qulet`) with different +of IBM Hanoi and IBM Geneva nodes automatically (imported from the CSV dataset), 4 quantum tasks (`QTask`) with different topologies. The quantum tasks are submitted to the quantum computers for execution. More advanced examples will be added in the future. \ No newline at end of file