Releases: Optical-Quantum-Communication-Theory/openQKDsecurity
Releases · Optical-Quantum-Communication-Theory/openQKDsecurity
Version 2.1.0 Frank Wolfe and Parallel Processing
Version 2.1 update
Major changes
Frank Wolfe
- A new general Frank Wolfe routine for writing new math solver modules. Math solver developers no longer have to write their own Frank Wolfe routines for each problem! Just provide it the objective function f(x), The gradient, grad[f](x), and the direction finding subproblem function.
 - BREAKING CHANGE, the new Frank Wolfe solver splits off Frank Wolfe options into its own struct, 
frankWolfeOptions. Please move the following options (if present in your preset) tofrankWolfeOptions:maxItermaxGaplinearSearchPrecisionlinearSearchMinStep
 - A better method for perturbing the key rate lower bounds was found. No longer requires a costly continuity bound!
 
Parallel Processing Tools
- You can't run CVX problems in parallel, but you can run multiple instances of Matlab in parallel! We developed some tools to take advantage of this work around. See 
JobConstructor.mand the following scripts:- A very basic bash script named 
ParallelExampleBash.sh(previous namedBatchJobExample.sh) to go over the basics. - New example scripts for running basic parallel pools using 
xargsin Bash, andForEach-Object -Parallelin Windows Power Shell. These let you split the total number of runs from the total number of threads. 
 - A very basic bash script named 
 
Global optimization
- Two new global parameter optimization routines:
PatternSearchAlgorithm.mdirectSearchOptimization.m
 - These will require additional Matlab global optimization toolboxes.
 
Some Select Minor changes
- Various small bug fixes for validation functions.
 - Removed a few ancient functions that snuck into the V2.0.x builds.
isAnnouncement.misModuleStruct.mmustBeAnAnnouncement.mmustFollowPerturbationTheorem.m
 - Corrected the spelling of 
isBlockDimsWellFormatted.m. The old spellingisBlockDimsWellFormated.mremains for now but will be removed in the next major version. - Many spelling fixes.
 
More Information
Full Changelog: v2.0.1...v2.1.0
Version 2.0.2
Cumulative upkeep and the first release archived on Zenodo.
Full Changelog: v2.0.1...v2.0.2
Version 2.0.1 Launch Build
May 1st 2024 official version 2 launch build.
Version 1.0.0 Legacy Build.
Legacy build of version 1.0.0. No longer supported, but archived here for anyone who still wishes to use it.