Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/pv/docs-contents' i…
Browse files Browse the repository at this point in the history
…nto pv/docs-contents
  • Loading branch information
pimvenderbosch committed Dec 3, 2024
2 parents ba8f579 + 34d2cb5 commit 6c95fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qadence2_ir/irast.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def numeric(cls, value: complex | float) -> AST:
"""Create an AST-numeric object.
Args:
value: Numerical value to be converted in the Qadence-IR AST.
value: Numerical value to be converted in the Qadence2-IR AST.
Returns:
ast: A numerical value AST.
Expand Down
2 changes: 1 addition & 1 deletion qadence2_ir/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Alloc:
With this class an allocation of memory is made for a parameter that is a scalar value, if
`size = 1` or an array of values of length `n` if `size = n`. The type for the allocation is
defined by the backend, therefor it is not defined in the IR.
defined by the backend, therefore it is not defined in the IR.
Args:
size: Number of values stored in the parameter, if `size = 1` the parameter is a scalar
Expand Down

0 comments on commit 6c95fbc

Please sign in to comment.