Skip to content

Commit

Permalink
Edit descriptions for transpiler plugin projects (#595)
Browse files Browse the repository at this point in the history
### Summary

This PR edits a description to be more succinct, and remove markdown.
The reason for editing these first is they'll be higher-focus when we
add a separate "transpiler plugins" section.
  • Loading branch information
frankharkins committed Nov 21, 2023
1 parent bc7518f commit 8fa7baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecosystem/resources/members/dsm-swap.toml
Original file line number Diff line number Diff line change
@@ -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_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-bip-mapper.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
alternatives = "_No response_"
Expand Down

0 comments on commit 8fa7baa

Please sign in to comment.