Skip to main content

Soft Algebra Optimizer for Quantum & Complex Optimization

Project description

Mobiu-Q (v1.7.0)

Hybrid Soft-Algebra Optimizer for Quantum Computing

PyPI version Win Rate License

Mobiu-Q is a cloud-based optimizer that uses Soft Algebra to accelerate quantum algorithms. It demonstrates algorithmic superiority in standard conditions and extreme resilience in noisy environments, achieving a 99.3% win rate across 1,000 benchmarks.


🚀 The Problem

  • In Simulation (Standard): Standard optimizers (Adam) often overshoot the minimum or converge slowly due to rigid momentum.
  • On Hardware (Noisy): Shot noise causes gradients to fluctuate, trapping optimizers in false local minima.

💡 The Solution: Hybrid Cross-Coupling

Mobiu-Q wraps your optimization loop with a cloud-based brain that cross-validates every step using Soft Algebra Logic:

S_{t+1} = (\gamma \cdot S_t) \cdot \Delta_t + \Delta_t

Where the dual multiplication · ensures that potential is inextricably linked to realized gain. This creates a "smarter" momentum that adapts instantly to both clean and noisy landscapes.

** Note: In v1.6+, the optimizer utilizes a decoupled Vector EMA implementation of the Soft Algebra state evolution to maximize numerical stability on noisy hardware.


📊 Comprehensive Benchmarks

1. Robustness & Generalization (1,000 Runs)

Settings: Standard Mode, LR=0.01 (Fair fight vs Adam default). Tested across 10 different Hamiltonians, 100 seeds each.

Problem Domain Improvement vs Adam Win Rate
H2 Molecule +34.5% 96/100
LiH Molecule +28.5% 100/100
Transverse Ising +35.8% 100/100
Heisenberg XXZ +23.7% 100/100
He4 Atom +29.1% 97/100
TOTAL AVERAGE +28.7% 993/1000

> Insight: Even in standard conditions, Mobiu-Q finds deeper energy levels than Adam.

2. The "Ultimate Fair" Test (High Noise)

Settings: Noisy Mode, 500 Shots, CRN (Common Random Numbers). We compared Mobiu-Q against Adam and Naive EMA under heavy quantum noise.

Mobiu-Q Benchmark

Figure 1: Green (Mobiu-Q) ignores the noise floor that traps Adam (Blue) and fails Naive EMA (Orange).


📦 Installation

pip install mobiu-q

⚡ Quick Start

1. VQE (Chemistry)

Best for molecular simulations (H2, LiH, etc).

from mobiu_q import MobiuQCore
import numpy as np

# Initialize Cloud Optimizer
opt = MobiuQCore(
    license_key="YOUR-LICENSE-KEY",
    problem="vqe",        # Optimized for chemistry
    mode="standard",      # Use "noisy" for real hardware
    base_lr=0.01          # Standard learning rate
)

# Your Physics Loop
params = np.random.uniform(-0.1, 0.1, n_params)

for step in range(80):
    # 1. Measure (Local)
    energy = measure_energy(params)
    gradient = calculate_gradient(params)
    
    # 2. Optimize (Cloud Brain)
    params = opt.step(params, gradient, energy)

opt.end()

2. QAOA (Combinatorial)

Best for MaxCut, Vertex Cover, and rugged landscapes.

opt = MobiuQCore(
    license_key="YOUR-LICENSE-KEY",
    problem="qaoa",       # Uses Super-Equation Δ†
    mode="noisy",         # Recommended for QAOA
    base_lr=0.1           # Aggressive learning rate
)

🔑 Pricing & Licenses

We offer a free tier for researchers and students.

  • Free: 5 runs / month (No credit card required).
  • Pro: Unlimited runs, priority support.

Get your License Key Here


❓ FAQ

Q: Why use cloud optimization? A: The Soft Algebra computation requires stateful cross-coupling history that is best managed centrally. It allows us to deploy updates to the "Brain" without you needing to update your Python package.

Q: Is my data safe? A: We only receive anonymous gradients and energy scalars. Your Hamiltonian / Circuit structure remains locally on your machine. We never see your IP.


Support


Proprietary technology. All rights reserved 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.7.0.tar.gz (16.3 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.7.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mobiu_q-1.7.0.tar.gz
  • Upload date:
  • Size: 16.3 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.7.0.tar.gz
Algorithm Hash digest
SHA256 610fc1d73c3d3345b5fae7e57f1d74d0eeed5417edb1dc5bb69dab6abd3cefb1
MD5 133d6bf7cd437553deeb3f624350c923
BLAKE2b-256 801c74b02f1423985f956aff7f5139518b60bf4c02a6f1722b6e6d405d55f359

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mobiu_q-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 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.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1748bce67b4e37fb70978ee055f9146a7465c05b42ddfdc59b01ccb449b6eaf5
MD5 5dce0c1116c89a4131396f064fb63518
BLAKE2b-256 82f4970356f3279d0db2d12a3d245f10a4bba019f357b8f2af7352f31b49a03f

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