ZZFeatureMap.entanglement¶
- property ZZFeatureMap.entanglement: Union[str, List[str], List[List[str]], List[int], List[List[int]], List[List[List[int]]], List[List[List[List[int]]]], Callable[[int], str], Callable[[int], List[List[int]]]]¶
Get the entanglement strategy.
- Return type
Union
[str
,List
[str
],List
[List
[str
]],List
[int
],List
[List
[int
]],List
[List
[List
[int
]]],List
[List
[List
[List
[int
]]]],Callable
[[int
],str
],Callable
[[int
],List
[List
[int
]]]]- Returns
The entanglement strategy, see
get_entangler_map()
for more detail on how the format is interpreted.