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.1.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.1.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mobiu_q-1.1.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.1.0.tar.gz
Algorithm Hash digest
SHA256 729751322733dbe88cb697a5a5326f3f8c91cdb91a698341180549cbc2c7c12c
MD5 d39f322abfc4e247cf5800e6293c5128
BLAKE2b-256 ec094054e3a7644962a360514b26d2f753fa188ba7af5563aa5fcec6f71b0f6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mobiu_q-1.1.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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5185dac49b13c90eb7ea84ad3b8f99a0068e81f9c08b17f8af7c88d2d4ef97a7
MD5 8c753489cf6d818057c3488b23b4af7d
BLAKE2b-256 8310eb2a228c7b8432f7e220fafebd1707724364ccde00b0c02a920347141c71

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