logo Luke Naylor

Wall Finding

The first step in finding walls for a fixed Chern character on a Picard rank 1 surface is to look at potential destabilizers. These destabilizers must satisfy certain numerical inequalities, to which there are sometimes finitely many solutions. Benjamin Schmidt had written a program to compute these solutions in a SageMath library, however occasionally suffered from performance issues. The following webapp computes these solutions, in the browser, for the complex projective plane and principally polarized abelian surfaces. The details are currently being written, feel free to contact me about this.

Offline/Programmatic Usage

There's a couple of ways to use these computations outside the webapp:

  • The base code is in a Rust Crate, check out the repo link for:
    • Docs for Rust library usage
    • Precompiled binaries with instructions
  • There's also a python wrapper (usable from SageMath too) which can be installed with pip install pseudo_bridgeland_tilt

WebApp [fullscreen]