Blaczz/dsh-sci
Blaczz★ 3TypeScript最后同步: 2026-08-14
Zero-dependency scientific computing tools for DeepSeek Harness: physical-unit conversion, CODATA physical constants, and Runge-Kutta ODE/dynamical-system simulation. No core changes.
README 摘要
dsh-sci 🔬 Zero-dependency scientific computing tools for DeepSeek Harness: physical-unit conversion, CODATA physical constants, and Runge–Kutta ODE/dynamical-system simulation. No core changes. English 简体中文 A DeepSeek Harness (DSH) pure tool plugin registering three model tools that scientists reach for daily — all implemented as zero-dependency pure functions : no network, no external software, fully unit-tested. Tool Purpose Example units convert Physical unit conversion (length/mass/time/temperature/energy/pressure/frequency/force/angle/volume/area/electric, 70+ units) 1 eV → J , 0 ℃ → K , 1 kWh → J physical constants Look up CODATA physical constants (c, h, e, k, G, N A, …) physical constants("h") ode solve 4th-order Runge–Kutta integration of common dynamical systems (the simulation engine ) exponential / logistic / harmonic / damped / pendulum / predator-prey / SIR / Lorenz / Van der Pol ✨ Features - Zero dependencies : unit conversion, physical constants, and the RK4 integrator are hand-written pure functions — no runtime node modules , no network. - Safe simulation : ode solve uses a curated model library (9 dynamical systems) with parameters, not arbitrary code execution …
在 GitHub 查看完整 README →