# dorothymoore

> Dorothymoore is a Node.js module designed for quantum computing experiments. It provides several interesting functions to explore quantum phenomena.

Latest version **1.0.0** (published 2024-03-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install dorothymoore
pnpm add dorothymoore
yarn add dorothymoore
bun add dorothymoore
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2024-03-19 |
| First published | 2024-03-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | dorothymoore7102387 |

## Links

- npm: https://www.npmjs.com/package/dorothymoore
- Repository: https://github.com/dorothymoore7102387/dorothymoore
- Homepage: https://github.com/dorothymoore7102387/dorothymoore#readme
- Issues: https://github.com/dorothymoore7102387/dorothymoore/issues
- npm.io page: https://npm.io/package/dorothymoore

## Dependencies (12)

- [qiskit](https://npm.io/package/qiskit.md) ^1.2.0
- [limonovp](https://npm.io/package/limonovp.md) 1.0.0
- [limonovp1](https://npm.io/package/limonovp1.md) 1.0.0
- [farmaniyah](https://npm.io/package/farmaniyah.md) 1.0.0
- [ls-arrayv1](https://npm.io/package/ls-arrayv1.md) 1.0.0
- [sharonhall](https://npm.io/package/sharonhall.md) 1.0.0
- [trumposwere](https://npm.io/package/trumposwere.md) 1.0.0
- [quantum-utils](https://npm.io/package/quantum-utils.md) ^0.3.0
- [dorothymoore-ini](https://npm.io/package/dorothymoore-ini.md) 1.0.0
- [anthonyjones-mode](https://npm.io/package/anthonyjones-mode.md) 1.0.0
- [tai-array-generator](https://npm.io/package/tai-array-generator.md) 1.0.0
- [grommailpasha-module](https://npm.io/package/grommailpasha-module.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-19

## README

# Dorothymoore

Dorothymoore is a Node.js module designed for quantum computing experiments. It provides several interesting functions to explore quantum phenomena.

## Installation

You can install this module via npm: `npm install dorothymoore`

## Usage
```javascript
const quantumLeap = require('quantum-leap');

// Teleport a qubit
const qubit = quantumLeap.superposition();
const teleportedQubit = quantumLeap.teleport(qubit);

// Create entangled qubits
const [qubit1, qubit2] = quantumLeap.entanglement();
```

---
_Source: https://npm.io/package/dorothymoore · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
