diff --git a/ecosystem/resources/members/dsm-swap.toml b/ecosystem/resources/members/dsm-swap.toml index ae8277aac2..2766c50dfb 100644 --- a/ecosystem/resources/members/dsm-swap.toml +++ b/ecosystem/resources/members/dsm-swap.toml @@ -1,6 +1,6 @@ name = "dsm-swap" url = "https://github.com/qiskit-community/dsm-swap" -description = "A doubly stochastic matrices-based approach to optimal qubit routing" +description = "A doubly stochastic matrices-based approach to optimal qubit routing." licence = "Apache License 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-bip-mapper.toml b/ecosystem/resources/members/qiskit-bip-mapper.toml index 1db6be5978..4f8eadf107 100644 --- a/ecosystem/resources/members/qiskit-bip-mapper.toml +++ b/ecosystem/resources/members/qiskit-bip-mapper.toml @@ -1,6 +1,6 @@ name = "qiskit-bip-mapper" url = "https://github.com/qiskit-community/qiskit-bip-mapper" -description = "The repository contains a standalone routing stage plugin to use the BIPMapping [routing](https://qiskit.org/documentation/apidoc/transpiler.html#routing-stage) pass. The BIP mapping pass solves the routing and [layout](https://qiskit.org/documentation/apidoc/transpiler.html#layout-stage) problems as a binary integer programming (BIP) problem. The algorithm used in this pass is described in: G. Nannicini et al. \"Optimal qubit assignment and routing via integer programming.\" [arXiv:2106.06446](https://arxiv.org/abs/2106.06446)" +description = "This plugin solves the routing and layout problems as a binary integer programming (BIP) problem. This is an implementation of G. Nannicini et al. \"Optimal qubit assignment and routing via integer programming.\" (arXiv:2106.06446)." licence = "Apache License 2.0" contact_info = "itoko@jp.ibm.com" alternatives = "_No response_"