From 18b31ef4a57761752d6b9333d25f70d303a75cfc Mon Sep 17 00:00:00 2001 From: KilianPoirier Date: Tue, 31 Oct 2023 06:17:32 +0000 Subject: [PATCH] Rephrase purpose of plugins --- docs/install-openqaoa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-openqaoa.md b/docs/install-openqaoa.md index 592cc9f..03df386 100644 --- a/docs/install-openqaoa.md +++ b/docs/install-openqaoa.md @@ -13,7 +13,7 @@ pip install openqaoa !!! note This command installs the whole openqaoa package including all available plugins -OpenQAOA is now divided into plugins to prevent installing unnecessary modules. Each plugin is available through pip and allows you to access the different providers and backends. Currently, OpenQAOA counts 5 different plugins: +OpenQAOA is now divided into plugins to let users selectively install modules correspondinng to their needs. Each plugin is available through pip and allows you to access the different providers and backends. Currently, OpenQAOA counts 5 different plugins: - openqaoa-core: Implements the core functionalities of OpenQAOA and allows you to use standalone simulators. - openqaoa-qiskit: Gives access to standalone simulators, qiskit simulators and hardware.