Skip to content

Commit

Permalink
Rephrase purpose of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianPoirier committed Oct 31, 2023
1 parent a4ceb86 commit 18b31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-openqaoa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18b31ef

Please sign in to comment.