UNPKG

ts-quantum

Version:

TypeScript library for quantum mechanics calculations and utilities

7 lines 165 B
/** * @fileoverview Core quantum types and interfaces * @module Core */ export * from './types'; export * from './hilbertSpace'; //# sourceMappingURL=index.js.map