Skip to content

Commit

Permalink
Update docs/sphinx/using/cudaq/platform.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Howe <141149032+bmhowe23@users.noreply.github.com>
  • Loading branch information
1tnguyen and bmhowe23 authored Jan 11, 2024
1 parent d2d6328 commit 0245f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/using/cudaq/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Currently, the following data types are supported.
- Serialization
* - Trivial type (occupies a contiguous memory area)
- `int`, `std::size_t`, `double`, etc.
- Byte data (via `memcopy`)
- Byte data (via `memcpy`)
* - `std::vector` of trivial type
- `std::vector<int>`, `std::vector<double>`, etc.
- Total vector size in bytes as a 64-bit integer followed by serialized data of all vector elements.
Expand Down

0 comments on commit 0245f85

Please sign in to comment.