diff --git a/docs/api/qiskit/0.32/qiskit.optimization.applications.ising.tsp.mdx b/docs/api/qiskit/0.32/qiskit.optimization.applications.ising.tsp.mdx index 628f2c5f267..29371b858bf 100644 --- a/docs/api/qiskit/0.32/qiskit.optimization.applications.ising.tsp.mdx +++ b/docs/api/qiskit/0.32/qiskit.optimization.applications.ising.tsp.mdx @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp # qiskit.optimization.applications.ising.tsp -Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds. +Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds. **Functions**