New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chemistry/space-groups

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chemistry/space-groups

List of space groups with symmetry codes

latest
Source
npmnpm
Version
3.1.3
Version published
Maintainers
1
Created
Source

@chemistry/space-groups

npm

All 230 crystallographic space groups with symmetry operations.

Installation

npm install @chemistry/space-groups

Usage

import { SpaceGroup } from '@chemistry/space-groups';

const sg = SpaceGroup.getById(225);
// { id: 225, hm: "F m -3 m", hs: "-F 4 2 3", o: 24, s: [...192 symmetry operations] }

const all = SpaceGroup.getAll();
// Array of 230 space groups

Features

  • All 230 space groups (ITA standard)
  • Hermann-Mauguin and Hall symbols
  • Symmetry operations for each group
  • Lookup by ID or symbol
  • Isomorphic — works in Node.js and browsers

License

MIT

Keywords

Crystallography

FAQs

Package last updated on 27 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts