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++ 量子算子的功能。

主要函数

compile_operator

缓存管理

get_cache_info

clear_cache

配置类

CompilerConfig

异常类

CompilationError

DynamicOperatorError

DynamicOperatorLoadError

DynamicOperatorFactoryError

低级函数

compile_cpp_code

compute_code_hash

generate_cpp_source

create_operator_class