Skip to main content

JaxCont

Differentiable continuation and bifurcation analysis in JAX.

Tests Documentation Status PyPI MIT License

JaxCont turns an equilibrium continuation sweep into a JAX program. Follow branches through folds with pseudo-arclength continuation, detect and refine fold/Hopf events, and compose the analysis with jax.jit, jax.vmap, and automatic differentiation.

Why JaxCont?

  • Transform the whole analysis. Batch ensembles of branches with vmap and differentiate bifurcation locations for inverse design.
  • Stay on the branch. Adaptive pseudo-arclength continuation passes folds; natural continuation is available when the parameter remains regular.
  • See and validate the result. Plot stability-aware bifurcation diagrams and eigenvalue trajectories with JaxCont events plus MatCont, BifurcationKit, or analytic reference markers.

The current surface supports equilibrium and periodic-orbit continuation, their principal codimension-one events, and direct codimension-two point solvers. Branch switching, general connecting-orbit/BVP workflows, PRC/dPRC, and two-parameter curve continuation remain future work.

Installation

JaxCont requires Python 3.9 or newer.

pip install jaxcont

See the JAX installation guide when selecting CPU, GPU, or TPU support.

Quick start

Continue u² + p = 0 through its fold at p = 0:

import jax.numpy as jnp
import matplotlib.pyplot as plt
import jaxcont as jc

def saddle_node(u, p, args):
    return u**2 + p

problem = jc.bif_problem(
    saddle_node,
    u0=jnp.array([1.0]),
    p0=-1.0,
    state_names=["u"],
    param_name="p",
)

result = jc.continuation(
    problem,
    p_span=(-1.0, 0.2),
    settings=jc.ContinuationPar(ds=0.03, max_steps=200),
    events=[jc.Fold()],
)

print([(event.kind, event.p) for event in result.events])
result.plot(annotate=True, title="Saddle-node bifurcation")
plt.show()

The same result can drive a stability-spectrum plot:

from jaxcont.viz import plot_eigenvalues

plot_eigenvalues(result, shade_stability=True)

Explore

Development

git clone https://github.com/Ziaeemehr/JaxCont.git
cd JaxCont
python -m pip install -e ".[dev]"
python -m pytest

Contributions are welcome; see CONTRIBUTING.md, the roadmap, and the MatCont validation suite.

Citation

If JaxCont supports your research, cite the archived release using its GitHub/Zenodo DOI. Citation metadata is provided in CITATION.cff. Until the first archive is minted:

@software{ziaeemehr_jaxcont_2026,
  author  = {Ziaeemehr, Abolfazl},
  title   = {JaxCont: Differentiable Continuation and Bifurcation Analysis in JAX},
  year    = {2026},
  version = {0.3.0},
  url     = {https://github.com/Ziaeemehr/JaxCont}
}

JaxCont is distributed under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jaxcont-0.3.0.tar.gz (121.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jaxcont-0.3.0-py3-none-any.whl (76.8 kB view details)

Uploaded Python 3

File details

Details for the file jaxcont-0.3.0.tar.gz.

File metadata

  • Download URL: jaxcont-0.3.0.tar.gz
  • Upload date:
  • Size: 121.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for jaxcont-0.3.0.tar.gz
Algorithm Hash digest
SHA256 262125288771001a94d4da45908bedffd0326ae7036de60938d5eeae35e7b51a
MD5 aa0697ae3a13af13f8d87a3bfae02dca
BLAKE2b-256 d5058cae5c90284f850b132b8c816f6de226a74ede413b2ee39d41bf0dce38dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for jaxcont-0.3.0.tar.gz:

Publisher: publish.yml on Ziaeemehr/JaxCont

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jaxcont-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: jaxcont-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 76.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for jaxcont-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 efa9317076d717e98e9b3e9ac5ccf095a333431c75b074374918e24ce9f9c3a4
MD5 70483dec2380a57ae35ecbf39aa709fb
BLAKE2b-256 fa952f0a63a9fce89add19993bb41c863ceedcff0d3edfdef528fb22af46c598

See more details on using hashes here.

Provenance

The following attestation bundles were made for jaxcont-0.3.0-py3-none-any.whl:

Publisher: publish.yml on Ziaeemehr/JaxCont

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.4.0

2 files

0.3.1

2 files

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page