ryankert01 commented on code in PR #753: URL: https://github.com/apache/mahout/pull/753#discussion_r2646805583
########## qdp/qdp-python/README.md: ########## @@ -35,6 +40,12 @@ uv run maturin develop - `"angle"` - Angle encoding - `"basis"` - Basis encoding +## File format support + +- **Parquet** - `encode_from_parquet(path, num_qubits, encoding_method)` +- **Arrow IPC** - `encode_from_arrow_ipc(path, num_qubits, encoding_method)` +- **NumPy** - `encode_from_numpy(path, num_qubits, encoding_method)` ✨ NEW Review Comment: I'll update the markdown also. Thanks for the reminder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
