We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
compute
build
Objective.compute
params
Objective.parse_args
Equilibrium
Coilset
The text was updated successfully, but these errors were encountered:
Basically resolved
Sorry, something went wrong.
f0uriest
dpanici
No branches or pull requests
Basics:
compute
method for coils with default grid/transform or user supplied (so we can use different grids for different objectivesbuild
methodObjective.compute
uses bound coil methods to actually compute stuffparams
method to get single vector of all their parametersObjective.parse_args
toEquilibrium
as a way for it to unpack its own argumentsObjective.parse_args
should only split full x into pieces for each optimizeable object - equilibirum, coils etc take it from thereCoilset
(coilset can be made up of sub-coilsets)Coilset
defines unique ordering for coils, allowing us to line up coils in state vector with constraints that apply to them.TODO:
compute
method #559The text was updated successfully, but these errors were encountered: