UNPKG

ts-quantum

Version:

TypeScript library for quantum mechanics calculations and utilities

7 lines (6 loc) 132 B
/** * @fileoverview Core quantum types and interfaces * @module Core */ export * from './types'; export * from './hilbertSpace';