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

Add Amplitudes and PulseParametrizations #46

Merged
merged 1 commit into from
Oct 28, 2022
Merged

Add Amplitudes and PulseParametrizations #46

merged 1 commit into from
Oct 28, 2022

Conversation

goerz
Copy link
Member

@goerz goerz commented Oct 28, 2022

This implements non-trivial control amplitudes such as LockedAmplitude, ShapedAmplitude, ParametrizedAmplitude. The latter allows for a more general implementation of pulse parametrization, e.g. SquareParametrization, TanhParametrization, TanhSqParametrization, LogisticParametrization, LogisticSqParametrization. These have been brought over from the Krotov package. However, the concept is now rephrased from ϵ(u(t) to a(ϵ(t). Thus, the fields of PulseParametrization have changed names accordingly.

@goerz goerz added the enhancement New feature or request label Oct 28, 2022
@goerz
Copy link
Member Author

goerz commented Oct 28, 2022

This should enable pulse parametrization in GRAPE (not tested)

goerz added a commit to JuliaQuantumControl/Krotov.jl that referenced this pull request 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 merged commit 63d3733 into master Oct 28, 2022
@goerz goerz deleted the amplitudes branch October 28, 2022 18:28
goerz added a commit to JuliaQuantumControl/Krotov.jl that referenced this pull request 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 added a commit to JuliaQuantumControl/Krotov.jl that referenced this pull request 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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant