sdpb icon indicating copy to clipboard operation
sdpb copied to clipboard

A semidefinite program solver for the conformal bootstrap.

Results 28 sdpb issues
Sort by recently updated
recently updated
newest added

- Test and compare JSON vs binary format - Check performance for #110

tests

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...

tests

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.

enhancement

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++'...

help wanted
config

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...

bug
config

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...

config

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