qiskit-documentation/docs/api/qiskit/0.38/aer_pulse.mdx

35 lines
1.9 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: pulse
description: API reference for qiskit_aer.pulse
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit_aer.pulse
---
<span id="module-qiskit_aer.pulse" />
<span id="aer-pulse" />
# Pulse System Models
<span id="module-qiskit_aer.pulse" />
`qiskit_aer.pulse`
This module contains classes and functions to build a pulse system model for simulating a Qiskit pulse schedule.
## Classes
| | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [`PulseSystemModel`](qiskit_aer.pulse.PulseSystemModel "qiskit_aer.pulse.PulseSystemModel")(\[hamiltonian, ...]) | Physical model object for pulse simulator. |
## Functions
These functions can be used to generate a pulse system model for certain types of systems.
| | |
| ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`duffing_system_model`](qiskit_aer.pulse.duffing_system_model "qiskit_aer.pulse.duffing_system_model")(dim\_oscillators, ...) | Returns a [`PulseSystemModel`](qiskit_aer.pulse.PulseSystemModel "qiskit_aer.pulse.PulseSystemModel") representing a physical model for a collection of Duffing oscillators. |