MQT Core
The Backbone of the Munich Quantum Toolkit (MQT)
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 Ndd
 RIsVector
 RIsMatrix
 Nqdmi
 Rcustom_property_valueConcept for supported custom property value types
 Rsize_constructible_contiguous_rangeConcept for ranges that are contiguous in memory and can be constructed with a size
 Rvalue_or_stringConcept for types that are either integral, floating point, bool, std::string, or QDMI_Device_Status
 Rvalue_or_string_or_vectorConcept for types that are either value_or_string or size_constructible_contiguous_range
 Ris_optionalConcept for types that are std::optional of value_or_string
 Rstring_or_optional_stringConcept for types that are either std::string or std::optional of std::string
 Rmaybe_optional_size_constructible_contiguous_rangeConcept for types that are either size_constructible_contiguous_range or std::optional of size_constructible_contiguous_range
 Rmaybe_optional_value_or_stringConcept for types that are either value_or_string or std::optional of value_or_string
 Rmaybe_optional_value_or_string_or_vectorConcept for types that are either value_or_string_or_vector or std::optional of value_or_string_or_vector