paddle-quantum

Getting Started with Paddle Quantum

  • Paddle Quantum
  • Quick Start and Tutorials

API Documentation

  • paddle_quantum.ansatz
  • paddle_quantum.backend.quleaf
  • paddle_quantum.biocomputing
  • paddle_quantum.channel
  • paddle_quantum.data_analysis
  • paddle_quantum.finance
  • paddle_quantum.gate
  • paddle_quantum.locc
  • paddle_quantum.loss
  • paddle_quantum.mbqc
  • paddle_quantum.operator
  • paddle_quantum.qchem
    • paddle_quantum.qchem.algorithm
    • paddle_quantum.qchem.ansatz
    • paddle_quantum.qchem.drivers
    • paddle_quantum.qchem.fermionic_state
    • paddle_quantum.qchem.molecule
    • paddle_quantum.qchem.properties
    • paddle_quantum.qchem.utils
  • paddle_quantum.qml
  • paddle_quantum.qpp
  • paddle_quantum.qsvt
  • paddle_quantum.state
  • paddle_quantum.base
  • paddle_quantum.dataset
  • paddle_quantum.fisher
  • paddle_quantum.gradtool
  • paddle_quantum.hamiltonian
  • paddle_quantum.linalg
  • paddle_quantum.model
  • paddle_quantum.qinfo
  • paddle_quantum.shadow
  • paddle_quantum.trotter
  • paddle_quantum.visual
paddle-quantum
  • <no title>
  • paddle_quantum.qchem
  • View page source

paddle_quantum.qchem

The module of the quantum chemistry.

Submodules

  • paddle_quantum.qchem.algorithm
    • VQESolver
      • VQESolver.solve()
    • GroundStateSolver
      • GroundStateSolver.solve()
  • paddle_quantum.qchem.ansatz
    • HardwareEfficient
      • HardwareEfficient.rot_type
      • HardwareEfficient.entangle_type
    • UCC
      • UCC.onebody_tensor
      • UCC.twobody_tensor
    • HartreeFock
  • paddle_quantum.qchem.drivers
    • Driver
      • Driver.run_scf()
      • Driver.num_modes
      • Driver.energy_nuc
      • Driver.mo_coeff
      • Driver.load_molecule()
      • Driver.get_onebody_tensor()
      • Driver.get_twobody_tensor()
    • PySCFDriver
      • PySCFDriver.load_molecule()
      • PySCFDriver.run_scf()
      • PySCFDriver.energy_nuc
      • PySCFDriver.mo_coeff
      • PySCFDriver.num_modes
      • PySCFDriver.get_onebody_tensor()
      • PySCFDriver.get_twobody_tensor()
  • paddle_quantum.qchem.fermionic_state
    • WaveFunction
      • WaveFunction.clone()
      • WaveFunction.swap()
      • WaveFunction.to_spin_mixed()
      • WaveFunction.to_spin_separated()
      • WaveFunction.slater_determinant_state()
      • WaveFunction.zero_state()
      • WaveFunction.num_elec()
      • WaveFunction.total_SpinZ()
      • WaveFunction.total_Spin2()
  • paddle_quantum.qchem.molecule
    • Molecule
      • Molecule.build()
      • Molecule.atom_charges
      • Molecule.atom_coords
      • Molecule.num_qubits
      • Molecule.unit
      • Molecule.load_geometry()
      • Molecule.get_mo_integral()
      • Molecule.get_molecular_hamiltonian()
  • paddle_quantum.qchem.properties
    • energy()
    • dipole_moment()
  • paddle_quantum.qchem.utils
    • orb2spinorb()
Previous Next

© Copyright 2023, Baidu Inc.

Built with Sphinx using a theme provided by Read the Docs.