Skip to content

Commit b425aae

Browse files
committed
Updated pyqpp README.md
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
1 parent 608d3cc commit b425aae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyqpp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ of an OpenQASM 2.0 file.
8989

9090
---
9191

92-
## Custom Bindings
92+
## Custom bindings
9393

9494
To wrap a custom function, use `pybind11::module::def`, such as
9595

@@ -120,7 +120,7 @@ PYBIND11_MODULE(pyqpp, m) {
120120

121121
---
122122

123-
## Template methods
123+
## Template functions
124124

125125
We cannot wrap templated functions; instead, we must explicitly instantiate
126126
them. For example, consider the `qpp::norm()` function

0 commit comments

Comments
 (0)