![]() |
QPanda3
Supported by OriginQ
|
1.The CPUQVM class of the quantum simulator on the CPU supports the simulation of quantum systems with specified noise models and Hamiltonians or Pauli operators, and supports the calculation of the expected results of quantum programs QProg in this system.
2.The full amplitude simulator on the cloud platform supports the simulation of quantum systems with specified noise models and Hamiltonians or Pauli operators, and supports the calculation of the expected results of quantum programs QProg in this system.
3.The interface for the CPUQVM class of the quantum simulator on the CPU to simulate a noise-free quantum system with a specified Hamiltonian or Pauli operator and calculate the expected result of the quantum program QProg in that system has been changed. The new interface is applicable to both setting specific noise model calculations and not setting noise model calculations.
4.The interface for calculating the expected results of the quantum program QProg in the system, where the full amplitude simulator on the cloud platform simulates a noiseless quantum system with a specified Hamiltonian or Pauli operator, has been changed. The new interface is applicable to both setting specific noise model calculations and not setting noise model calculations.
5.The Hamiltonian class adds the interface to_hamiltonian_pq2. The result returned by this interface is consistent with the result of the member function toHamiltonian of the PauliOperator class in QPanda2 (pyqpanda).
6.The PauliOperator class adds the interface to_hamiltonian_pq2. The results returned by this interface are consistent with the results of the member function toHamiltonian of the PauliOperator class in QPanda2 (pyqpanda).
7.We have restructured and updated the interface for obtaining real chip information related to quantum computing in quantum cloud computing services, and now the information obtained is more abundant.
Output is:
Output is:
8.Modified the control()
method of QCircuit
to be an in-place operation, not return the circuit after control.
1.Correct the issue where the quantum simulator CPUQVM class on the CPU, the full amplitude simulator on the cloud platform, and the real machine on the cloud platform output incorrect results when calculating expectations for Hamiltonians or Pauli operators.
2.Solved the problem of multiple control gate errors in GPU computing.
3.Solved the issues of crashes and computation anomalies in quantum cloud computing services when submitting queries for extremely large batch tasks.
4.Adapted to usage scenarios in Mac environments, resolved compilation and runtime exceptions in multiple Mac environments.
5.Fixed a bug in the Transpiler
interface that caused the program to crash due to non-continuous topology.
1.The Unitary class of the quantum information module supports all quantum logic gates listed in the current enumeration type GateType.
2.The internal implementation of the Unitary class in the quantum information module uses optimized computational logic to improve computational efficiency.
3.In the interfaces related to converting OriginIR to QProg and QASM to QProg, if a QProg object is generated that does not contain quantum logic gates, an exception will be thrown.
4.For RPhi gate, the OriignIR instruction string generated by QProg to OriginIR related interface can be recognized by QPanda2 (pyqpanda).