Dynamic Operator API Reference¶
This module provides runtime compilation and loading of custom C++ quantum operators.
Main Functions¶
compile_operator¶
Cache Management¶
get_cache_info¶
clear_cache¶
Configuration Classes¶
CompilerConfig¶
Exception Classes¶
CompilationError¶
DynamicOperatorError¶
DynamicOperatorLoadError¶
DynamicOperatorFactoryError¶
Low-Level Functions¶
compile_cpp_code¶
compute_code_hash¶
generate_cpp_source¶
create_operator_class¶
中文版 ===
动态算子 API 参考¶
本模块提供运行时编译和加载自定义 C++ 量子算子的功能。