guan404ming commented on code in PR #753: URL: https://github.com/apache/mahout/pull/753#discussion_r2646802144
########## 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: Shall we split numpy to another PR? -- 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]
