From 3af7cd1d3d4c94b21c5f8fcbc09f9ca786054693 Mon Sep 17 00:00:00 2001 From: yangliwei Date: Thu, 8 Feb 2024 16:31:22 +0800 Subject: [PATCH] Minor update for consistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf65d4..070ccb3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Currently, the supported tensor network libraries are: - [quimb](https://quimb.readthedocs.io/en/latest/), an easy but fast python library for ‘quantum information many-body’ calculations, focusing primarily on tensor networks. # Sample Codes -## Single Node +## Single-Node Example The code below shows an example of how to activate the Cuquantum TensorNetwork backend of Qibo. ```py import numpy as np @@ -86,7 +86,7 @@ computation_settings = { } ``` -## Multi-Node +## Multi-Node Example Multi-node is enabled by setting either the MPI or NCCL enabled flag to True in the computation settings. Below shows the script to launch on 2 nodes with 2 GPUs each. $node_list contains the IP of the nodes assigned.