File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ fallbacks = DocumenterInterLinks.ExternalFallbacks(
7373    " KrotovResult" =>  " @extref Krotov :jl:type:`Krotov.KrotovResult`" 
7474    " KrotovWrk" =>  " @extref Krotov :jl:type:`Krotov.KrotovWrk`" 
7575    " GrapeResult" =>  " @extref GRAPE :jl:type:`GRAPE.GrapeResult`" 
76-     " GrapeWrk" =>  " @extref GRAPE :jl:type:`GRAPE.GrapeWrk`" 
76+     " make_grape_print_iters" =>  " @extref GRAPE :jl:function:`GRAPE.make_grape_print_iters`" 
77+     " GrapeWrk" =>  " @extref GRAPE :jl:type:`GRAPE.GrapeWrk`" 
7778    automatic= false ,
7879)
7980
Original file line number Diff line number Diff line change @@ -28,3 +28,8 @@ The Gradient Ascent Pulse Engineering (GRAPE) method is implemented in the [`GRA
2828``` @docs;  canonical=false
2929optimize(::ControlProblem, ::Val{:GRAPE}) 
3030``` 
31+ 
32+ ``` @docs 
33+ GRAPE.optimize 
34+ ``` 
35+ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments