Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PulseParametrization, use ParametrizedAmplitude instead. #21

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

goerz
Copy link
Member

@goerz goerz commented Oct 28, 2022

This removes the old PulseParametrization and its initializers SquareParametrization, TanhParametrization, TanhSqParametrization, LogisticParametrization, LogisticSqParametrization.

These have been moved to QuantumControlBase in a modified form, see JuliaQuantumControl/QuantumControlBase.jl#46

The parametrization example is updated to use the the new ParametrizedAmplitude.

@goerz goerz added documentation Improvements or additions to documentation enhancement New feature or request breaking PRs that break compatibility labels Oct 28, 2022
@goerz goerz force-pushed the pulse-parametrization branch from 77bb888 to 1433304 Compare October 28, 2022 20:35
This removes the old `PulseParametrization` and its initializers
`SquareParametrization`, `TanhParametrization`, `TanhSqParametrization`,
`LogisticParametrization`, `LogisticSqParametrization`.

These have been moved to `QuantumControlBase` in a modified form, see
JuliaQuantumControl/QuantumControlBase.jl#46

The parametrization example is updated to use the the new
`ParametrizedAmplitude`.
@goerz goerz force-pushed the pulse-parametrization branch from 1433304 to 369a20e Compare October 28, 2022 20:43
@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2022

Codecov Report

Merging #21 (369a20e) into master (203b640) will decrease coverage by 0.75%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   88.67%   87.92%   -0.76%     
==========================================
  Files           5        4       -1     
  Lines         265      207      -58     
==========================================
- Hits          235      182      -53     
+ Misses         30       25       -5     
Impacted Files Coverage Δ
src/Krotov.jl 50.00% <ø> (ø)
src/workspace.jl 77.27% <ø> (-0.99%) ⬇️
src/optimize.jl 92.08% <100.00%> (+2.82%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@goerz goerz merged commit 369a20e into master Oct 28, 2022
@goerz goerz deleted the pulse-parametrization branch October 28, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking PRs that break compatibility documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants