MCPcopy Create free account

hub / github.com/OriginQ/QPanda-2 / functions

Functions20,027 in github.com/OriginQ/QPanda-2

↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
ThirdParty/gtest/src/gtest.cc:1421
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
ThirdParty/googletest/src/gtest.cc:1959
↓ 6 callersFunctionFastTransfer2SparseQMat
Applications/HHL_Algorithm/SparseQMatrix.h:460
↓ 6 callersFunctionFindMember
Find member by name. ! \param name Member name to be searched. \pre IsObject() == true \return Iterator to member, if it exist
ThirdParty/rapidjson/document.h:1241
↓ 6 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
ThirdParty/googletest/src/gtest.cc:3083
↓ 6 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
ThirdParty/gtest/src/gtest-port.cc:431
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
ThirdParty/gtest/src/gtest-port.cc:225
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
ThirdParty/googletest/src/gtest-port.cc:783
↓ 6 callersMethodFree_Qubit
Core/QuantumMachine/OriginQVM.cpp:438
↓ 6 callersFunctionGetArgvs
ThirdParty/googletest/src/gtest.cc:615
↓ 6 callersMethodGetBool
include/Components/Utils/RJson/RJson.h:183
↓ 6 callersFunctionGetDirFromEnv
Returns the value of the first environment variable that is set and contains a non-empty string. If there are none, returns the "fallback" string. Add
ThirdParty/googletest/src/gtest.cc:6774
↓ 6 callersFunctionGetOrCreateValue
ThirdParty/googletest/include/gtest/internal/gtest-port.h:1794
↓ 6 callersFunctionGetRange
ThirdParty/rapidjson/encodings.h:204
↓ 6 callersFunctionGetSize
ThirdParty/rapidjson/memorybuffer.h:54
↓ 6 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
ThirdParty/googletest/src/gtest.cc:2957
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
ThirdParty/gtest/src/gtest-port.cc:178
↓ 6 callersFunctionIsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
ThirdParty/googletest/src/gtest-port.cc:725
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
ThirdParty/gtest/src/gtest-filepath.cc:91
↓ 6 callersFunctionIsUTF8TrailByte
ThirdParty/googletest/src/gtest-printers.cc:479
↓ 6 callersMethodMatchesName
Returns true if and only if name matches at least one of the patterns in the filter.
ThirdParty/googletest/src/gtest.cc:771
↓ 6 callersFunctionParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
ThirdParty/gtest/src/gtest.cc:4632
↓ 6 callersFunctionPatternMatchesString
Returns true if and only if the wildcard pattern matches the string. Each pattern consists of regular characters, single-character wildcards (?), and
ThirdParty/googletest/src/gtest.cc:694
↓ 6 callersMethodPop
ThirdParty/rapidjson/reader.h:943
↓ 6 callersMethodPush
ThirdParty/rapidjson/internal/stack.h:122
↓ 6 callersFunctionQAdder
Extensions/QAlg/ArithmeticUnit/ArithmeticUnit.cpp:64
↓ 6 callersFunctionQComplement
QAlg/ArithmeticUnit/ArithmeticUnit.cpp:138
↓ 6 callersFunctionQComplement_V2
* @note circuits is reversible, so it's one to one * input positive 0 or negative 0, output are both postivie 0, so ancil is different for reversibil
QAlg/ArithmeticUnit/ArithmeticUnit_V2.cpp:119
↓ 6 callersFunctionQFT
include/QAlg/Base_QCircuit/base_circuit.h:14
↓ 6 callersMethodReset
ThirdParty/gtest/src/gtest-internal-inl.h:950
↓ 6 callersMethodReset
ThirdParty/googletest/src/gtest-port.cc:277
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
ThirdParty/gtest/src/gtest.cc:4546
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
ThirdParty/googletest/src/gtest.cc:6298
↓ 6 callersMethodSkipped
Returns true if and only if the test was skipped.
ThirdParty/googletest/src/gtest.cc:2392
↓ 6 callersFunctionStrDup
ThirdParty/googletest/include/gtest/internal/gtest-port.h:2035
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
ThirdParty/googletest/src/gtest-port.cc:1383
↓ 6 callersFunctionUMA
Extensions/QAlg/ArithmeticUnit/ArithmeticUnit.cpp:16
↓ 6 callersFunctionUMA
QAlg/ArithmeticUnit/ArithmeticUnit.cpp:16
↓ 6 callersMethodaccept
Core/Utilities/Compiler/PyquilCompiler/pyquilParser.cpp:75
↓ 6 callersFunctionacos
ThirdParty/Eigen/src/Core/MathFunctions.h:1145
↓ 6 callersMethodaddVertice
Core/VirtualQuantumProcessor/SingleAmplitude/TensorNode.cpp:385
↓ 6 callersMethodadd_edge
Core/Utilities/QProgTransform/QProgToDAG/QProgDAG.cpp:136
↓ 6 callersMethodadd_typing_import
Add a name to be imported from typing, unless it's imported already. The import will be internal to the stub.
pyQPanda/postbuildtool/stubgen/stubgen.py:1167
↓ 6 callersMethodappend
ThirdParty/Eigen/src/SparseCore/CompressedStorage.h:101
↓ 6 callersMethodassignCoeff
ThirdParty/Eigen/src/Core/TriangularMatrix.h:758
↓ 6 callersMethodassignCoeff
ThirdParty/Eigen/src/Core/functors/AssignmentFunctors.h:24
↓ 6 callersMethodasync_execute_measure_task_vec
Extensions/PilotOSMachine/QPilotMachine.cpp:2895
↓ 6 callersMethodbegin
ThirdParty/googletest/include/gtest/internal/gtest-param-util.h:199
↓ 6 callersFunctionbp__page_create
ThirdParty/bplus-tree/src/pages.cpp:9
↓ 6 callersFunctionbp__page_save
ThirdParty/bplus-tree/src/pages.cpp:152
↓ 6 callersFunctionbp__page_search
ThirdParty/bplus-tree/src/pages.cpp:265
↓ 6 callersFunctionbruteforce_det4_helper
ThirdParty/Eigen/src/LU/Determinant.h:26
↓ 6 callersMethodbuild_real_chip_measure_batch
Core/QuantumCloud/QCloudService.cpp:674
↓ 6 callersMethodcAlloc
Core/QuantumMachine/OriginQVM.cpp:2078
↓ 6 callersFunctioncast
ThirdParty/pybind11/include/pybind11/eigen/matrix.h:691
↓ 6 callersFunctioncast_error_unable_to_convert_call_arg
ThirdParty/pybind11/include/pybind11/cast.h:1234
↓ 6 callersFunctioncheck_
ThirdParty/pybind11/include/pybind11/numpy.h:1146
↓ 6 callersMethodclear
include/Core/Utilities/Tools/Traversal.h:47
↓ 6 callersMethodcoeff
ThirdParty/EigenUnsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h:37
↓ 6 callersMethodcoeffRef
ThirdParty/EigenUnsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:221
↓ 6 callersFunctioncolIndexByOuterInner
ThirdParty/Eigen/src/Core/AssignEvaluator.h:678
↓ 6 callersMethodcols
ThirdParty/Eigen/src/Cholesky/LLT.h:200
↓ 6 callersMethodcols
ThirdParty/Eigen/src/PardisoSupport/PardisoSupport.h:138
↓ 6 callersMethodcompare
ThirdParty/uintwide/generic_template_uintwide_t.h:1706
↓ 6 callersMethodcompile
ThirdParty/antlr4/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp:86
↓ 6 callersMethodcompute
* Compute the symbolic and numeric factorization of the input sparse matrix. * The input matrix should be in column-major storage. */
ThirdParty/Eigen/src/SparseLU/SparseLU.h:124
↓ 6 callersMethodconsume
ThirdParty/antlr4/runtime/src/Parser.cpp:298
↓ 6 callersFunctionconvert_pyquil_string_to_originir
Core/Utilities/Compiler/PyquilToOriginIR.cpp:8
↓ 6 callersMethodconvert_result_format
convert result format from binary to hex Args: input_dict (dict): origin result dict use_bin_or_hex (bool):
pyQPanda/pyqpanda/OriginService/QCloudMachine.py:212
↓ 6 callersMethodcreate
ThirdParty/antlr4/runtime/src/CommonTokenFactory.cpp:22
↓ 6 callersMethoddagger
Core/QuantumCircuit/QCircuit.cpp:83
↓ 6 callersMethoddecompose
Core/Utilities/QProgInfo/KAK.cpp:509
↓ 6 callersMethoddecompose_double_qgate
Core/Utilities/QProgTransform/TransformDecomposition.cpp:1917
↓ 6 callersMethoddiagonalSize
\returns the size of the main diagonal, which is min(rows(),cols()). * \sa rows(), cols(), SizeAtCompileTime. */
ThirdParty/Eigen/src/Core/MatrixBase.h:100
↓ 6 callersFunctioneigen2qstat
include/Core/Utilities/UnitaryDecomposer/MatrixUtil.h:18
↓ 6 callersMethodend
include/Core/Utilities/Compiler/QuantumComputation.hpp:937
↓ 6 callersMethodequal
ThirdParty/pybind11/include/pybind11/pytypes.h:1276
↓ 6 callersMethodeval
\return the equivalent permutation matrix */
ThirdParty/Eigen/src/Core/PermutationMatrix.h:596
↓ 6 callersMethodevalTo
ThirdParty/Eigen/src/SparseQR/SparseQR.h:613
↓ 6 callersMethodexecute_measure_task_vec
Extensions/PilotOSMachine/QPilotMachine.cpp:2856
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
ThirdParty/gtest/src/gtest.cc:730
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
ThirdParty/googletest/src/gtest.cc:1082
↓ 6 callersFunctionfind
Finds a swap sequence to reach \p to from \p from.
Extensions/QMapping/QMapping/TokenSwapFinder.h:26
↓ 6 callersFunctionfloat2half
ThirdParty/Eigen/src/Core/arch/CUDA/PacketMathHalf.h:447
↓ 6 callersMethodget
ThirdParty/antlr4/runtime/src/UnbufferedTokenStream.cpp:32
↓ 6 callersMethodget
ThirdParty/pybind11/include/pybind11/pytypes.h:1044
↓ 6 callersMethodget
include/Core/Module/Module.h:158
↓ 6 callersMethodgetAllocateQubit
Core/QuantumMachine/OriginQVM.cpp:717
↓ 6 callersMethodgetCharPositionInLine
ThirdParty/antlr4/runtime/src/Lexer.cpp:177
↓ 6 callersMethodgetDesignator
include/Core/Utilities/Compiler/QASMCompiler/parser/Types.hpp:199
↓ 6 callersMethodgetEndNodeIter
include/Core/QuantumCircuit/QProgram.h:218
↓ 6 callersMethodgetLabel
ThirdParty/antlr4/runtime/src/tree/pattern/TagChunk.cpp:29
↓ 6 callersMethodgetNode
Core/QuantumCircuit/QNode.cpp:23
↓ 6 callersMethodgetQubitCount
Core/VirtualQuantumProcessor/SingleAmplitude/TensorNode.cpp:4
↓ 6 callersMethodgetQubitNum
Core/VirtualQuantumProcessor/SingleAmplitude/TensorNode.cpp:788
↓ 6 callersMethodgetRank
Core/VirtualQuantumProcessor/SingleAmplitude/Tensor.cpp:42
↓ 6 callersMethodgetResultMap
Core/QuantumMachine/OriginQVM.cpp:737
↓ 6 callersMethodgetRootIndex
\returns the index of the root of the hierarchy */
ThirdParty/EigenUnsupported/Eigen/src/BVH/KdBVH.h:129
↓ 6 callersMethodgetState
ThirdParty/antlr4/runtime/src/Recognizer.cpp:155
↓ 6 callersMethodgetText
ThirdParty/antlr4/runtime/src/TokenStreamRewriter.cpp:247
← previousnext →1,201–1,300 of 20,027, ranked by callers