sdpb
sdpb copied to clipboard
A semidefinite program solver for the conformal bootstrap.
- Test and compare JSON vs binary format - Check performance for #110
We have JSON schemas e.g. for sdpb input files, e.g. [docs/sdpb_input_block_schema.json](https://github.com/davidsd/sdpb/blob/master/docs/sdpb_input_block_schema.json). We can use schemas to check correctness of both schemas and serialization code. - [ ] Validate in integration...
See [documentation](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases). We can [automatically generate](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) release notes based on pull requests and their labels.
This is the error I am getting while configuring waf. (base) aneekphys@ANEEKs-Air sdpb % ./waf configure --elemental-dir=$HOME/install Setting top to : /Users/aneekphys/sdpb Setting out to : /Users/aneekphys/sdpb/build Checking for 'clang++'...
With pycftboot, it seems easy to generate XML files which *need* to be processed with pmp2sdp -f json instead of pmp2sdp -f bin. The simplest testcase I could make is...
For some (older?) CBLAS implementations, `CBLAS_LAYOUT` is not declared, which leads to compilation error. Workaround: add ``` typedef CBLAS_ORDER CBLAS_LAYOUT; ``` to `bigint_syrk_blas.cxx` https://github.com/davidsd/sdpb/blob/3e084a5bb3519c3a6fc0598c835d68c2736a0b19/src/sdp_solve/SDP_Solver/run/bigint_syrk/BigInt_Shared_Memory_Syrk_Context/bigint_syrk_blas.cxx#L7 I don't want to add this...
started making minor modifications, don't have push permissions. let's not push to master obviously, it would be best to keep it in the spectrum-mpsolve branch