Skip to main content

Soft Algebra Optimizer for Quantum & Complex Optimization

Project description

Mobiu-Q

Soft Algebra Optimizer for Quantum Computing

Mobiu-Q achieves +62% on VQE and +20% on QAOA compared to Adam optimizer, using a novel Soft Algebra approach that's resilient to quantum noise.

Installation

pip install mobiu-q

Quick Start

VQE (Molecular Simulation)

from mobiu_q import MobiuQCore, Demeasurement

# Initialize optimizer for VQE
opt = MobiuQCore(
    license_key="your-license-key",
    mode="standard",      # or "noisy" for hardware
    problem="vqe"         # default
)

# Optimization loop
for step in range(100):
    energy = compute_energy(params)
    gradient = Demeasurement.finite_difference(energy_fn, params)
    params = opt.step(params, gradient, energy)

opt.end()

QAOA (Combinatorial Optimization)

from mobiu_q import MobiuQCore, Demeasurement

# Initialize optimizer for QAOA
opt = MobiuQCore(
    license_key="your-license-key",
    mode="noisy",         # QAOA typically uses SPSA
    problem="qaoa"        # Use Super-Equation Δ†
)

# Optimization loop
for step in range(150):
    energy = qaoa_expectation(params)
    gradient = spsa_gradient(energy_fn, params)
    params = opt.step(params, gradient, energy)

opt.end()

Benchmarks

VQE (Quantum Chemistry)

Molecule Improvement vs Adam p-value
H₂ +62% < 10⁻⁵⁷
LiH +50.6% < 10⁻¹²
HeH⁺ +68% < 10⁻⁴⁰

QAOA (Combinatorial, noise=10%)

Problem Depth Improvement p-value
MaxCut p=5 +38.49% < 0.001
Vertex Cover p=5 +35.77% 0.011
Max Independent Set p=5 +30.62% < 0.001

Hardware Validation

Tested on IBM Quantum Eagle (127-qubit):

  • Adam: Crashed to -1.681 Ha (non-physical)
  • Mobiu-Q: Converged to -1.176 Ha (99.6% accuracy)

Parameters

Parameter Values Description
mode "standard", "noisy" Gradient type
problem "vqe", "qaoa" Problem type
base_lr float Base learning rate (auto-set by mode)

How It Works

VQE: Trust Ratio

For smooth energy landscapes (molecular chemistry), Mobiu-Q uses the Trust Ratio:

φ = |S.real| / (|S.real| + |S.soft| + ε)

High trust = stable gradient = larger learning rate.

QAOA: Super-Equation Δ†

For rugged combinatorial landscapes, Mobiu-Q uses the Super-Equation from Universal Attention Field Theory:

Δ† = κ · Du[sin(πS)] · g(τ,α) · Γ(a,β) · √(b·g(τ,α))

This identifies optimal "emergence points" where the optimization should act aggressively.

Pricing

  • Free: 20 runs/month
  • Pro: $19/month unlimited

Get your license at app.mobiu.ai

License

Proprietary. See LICENSE for details.

Citation

@software{mobiu_q,
  author = {Angel, Ido},
  title = {Mobiu-Q: Soft Algebra Optimizer for Quantum Computing},
  year = {2025},
  url = {https://github.com/mobiuai/mobiu-q}
}

References

  • Klein, M. & Maimon, O. "Foundations of Soft Logic" (2023)
  • Angel, I. "Universal Attention Field Theory" (2025)

Made with ❤️ by Mobiu Technologies

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

mobiu_q-1.2.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

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

mobiu_q-1.2.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file mobiu_q-1.2.0.tar.gz.

File metadata

  • Download URL: mobiu_q-1.2.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for mobiu_q-1.2.0.tar.gz
Algorithm Hash digest
SHA256 1a384c5bd2ca747ffede7e7d6ab0758f258ee1b15869c3228c3366bda767d0e5
MD5 87d3727cb72b79355431860cbfa2e40a
BLAKE2b-256 51aae5a90023b64b5815255ea0fe1e19801f840860bce32eef723f1303e525b3

See more details on using hashes here.

File details

Details for the file mobiu_q-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: mobiu_q-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for mobiu_q-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2320c3be5e2455e23b353e032e2b33ffa59729f0055e88f22a51f93cc3dfe10b
MD5 81d720cfa92c95dd2d63790e02616852
BLAKE2b-256 866c44f836b7e778e38765e2ac2a9557d6bfd0eac4d12e11257734c10556906a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page