a11oy / web /packages /a11oy-core /src /index.ts
betterwithage's picture
sync(space): complete build context — fix BUILD_ERROR (CTO)
518343a verified
Raw
History Blame
793 Bytes
export {
type CredenceVector,
normalize as normalizeCredenceVector,
fisherRaoDistance,
fisherDiagonal,
} from './geometry/fisher_manifold';
export * from './quantum/povm';
export * from './quantum/kochen_specker_18';
export * from './quantum/bohr_complementarity_engine';
export * from './governance/pac-bayes-bound';
export * from './governance/madhava-bound';
export {
IDENTITY,
pack,
unpack,
norm,
multiply,
conjugate,
normalize as normalizeQuaternion,
slerp,
isApproximatelyUnit,
type QuaternionState,
} from './governance/quaternion-state';
export * from './governance/lid-check';
export * from './calibration/false-position';
export * from './lambda/composition-ring';
export * from './thresholds/akhmim-table';
export * from './thresholds/quadratic-solver';