Skip to content

Commit

Permalink
update: create materials
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 1, 2025
1 parent e0a72b0 commit fa4da61
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions dist/js/material.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,41 @@ export declare class MaterialStandata extends Standata {
};
isNonPeriodic: boolean;
};
"SnO-[Tin_Oxide]-TET_[P4%2Fnmm]_3D_[Bulk]-[mp-2097].json": {
name: string;
lattice: {
type: string;
a: number;
b: number;
c: number;
alpha: number;
beta: number;
gamma: number;
units: {
length: string;
angle: string;
};
};
basis: {
units: string;
elements: {
id: number;
value: string;
}[];
coordinates: {
id: number;
value: number[];
}[];
};
external: {
id: string;
source: string;
doi: string;
url: string;
origin: boolean;
};
isNonPeriodic: boolean;
};
};
};
}
2 changes: 1 addition & 1 deletion dist/js/runtime_data/materials.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/py/mat3ra/standata/data/materials.py

Large diffs are not rendered by default.

0 comments on commit fa4da61

Please sign in to comment.