-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Informations
- Qiskit Experiments version: 0.2
- Python version: 3.8.5
- Operating system: Linux
What is the current behavior?
Class ResonanceAnalysis fits to a Gaussian, a lorentzian would be more physically motivated.
Steps to reproduce the problem
Look at the code.
What is the expected behavior?
Use a Lorentzian instead of a Gaussian.
Suggested solutions
We could go about this in a few different ways:
- Rename the current
ResonanceAnalysistoGaussianResonanceAnalysisand then introduce a new classResonanceAnalysisbased on a Lorentzian. - Make the existing analysis class use either a Gaussian or a Lorentzian depending on an option.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working