sci-form 0.11.2

High-performance 3D molecular conformer generation using ETKDG distance geometry
Documentation
{
  "name": "sci-form",
  "version": "0.11.2",
  "description": "**High-performance 3D molecular conformer generation** using ETKDG distance geometry, written in Rust.",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "webgpu:test": "node tests/integration/test_webgpu_harness.js",
    "webgpu:compare": "node tests/integration/compare_webgpu_reports.js",
    "webgpu:benchmark:dev": "npm --prefix crates/wasm/examples/vite-webgpu-hybrid run benchmark:dev",
    "webgpu:benchmark:build": "npm --prefix crates/wasm/examples/vite-webgpu-hybrid run build",
    "webgpu:benchmark:preview": "npm --prefix crates/wasm/examples/vite-webgpu-hybrid run benchmark:preview"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jigonzalez930209/sci-form.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/jigonzalez930209/sci-form/issues"
  },
  "homepage": "https://github.com/jigonzalez930209/sci-form#readme",
  "devDependencies": {
    "markdown-it-mathjax3": "^4.3.2",
    "playwright": "^1.53.0",
    "vitepress": "^1.6.4"
  }
}