Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MRIBuilder.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
MRIBuilder.jl
Commits
9df59150
Unverified
Commit
9df59150
authored
9 months ago
by
Michiel Cottaar
Browse files
Options
Downloads
Patches
Plain Diff
Update get_* docs
parent
4be5f0ca
No related branches found
No related tags found
1 merge request
!2
Define variables through new @defvar macro
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/variables.jl
+19
-11
19 additions, 11 deletions
src/variables.jl
with
19 additions
and
11 deletions
src/variables.jl
+
19
−
11
View file @
9df59150
...
@@ -270,38 +270,46 @@ function get_free_variable(::Val{:max}; kwargs...)
...
@@ -270,38 +270,46 @@ function get_free_variable(::Val{:max}; kwargs...)
end
end
"""
"""
get_pulse(
building_block
)
get_pulse(
sequence
)
Get the pulse played out during the
building block
.
Get the
main
pulse
s
played out during the
sequence
.
Any `pulse` variables not explicitly defined for this building block will be passed on to the pulse.
This has to be defined for individual sequences to work.
Any `pulse` variables not explicitly defined for this sequence will be passed on to the pulse.
"""
"""
function
get_pulse
end
function
get_pulse
end
"""
"""
get_gradient(building_block)
get_gradient(sequence)
Get the main gradients played out during the sequence.
Get the gradient played out during the building bloc
k.
This has to be defined for individual sequences to wor
k.
Any `gradient` variables not explicitly defined for this
building block
will be passed on to the gradient.
Any `gradient` variables not explicitly defined for this
sequence
will be passed on to the gradient.
"""
"""
function
get_gradient
end
function
get_gradient
end
"""
"""
get_readout(
building_block
)
get_readout(
sequence
)
Get the readout played out during the
building block
.
Get the
main
readout
events
played out during the
sequence
.
Any `readout` variables not explicitly defined for this building block will be passed on to the readout.
This has to be defined for individual sequences to work.
Any `readout` variables not explicitly defined for this sequence will be passed on to the readout.
"""
"""
function
get_readout
end
function
get_readout
end
"""
"""
get_pathway(sequence)
get_pathway(sequence)
Get the default spin pathway for the sequence.
Get the default spin pathway(s) for the sequence.
This has to be defined for individual sequences to work.
Any `pathway` variables not explicitly defined for this
building block
will be passed on to the pathway.
Any `pathway` variables not explicitly defined for this
sequence
will be passed on to the pathway.
"""
"""
function
get_pathway
end
function
get_pathway
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment