Skip to content

Commit 6465c83

Browse files
committed
match mc3d symtol
1 parent 5d8f6ce commit 6465c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function StructureDataVisualiser({ nodeData, restApiUrl }) {
257257
<a href="https://github.com/spglib/moyo" target="_blank">
258258
spglib/moyo
259259
</a>{" "}
260-
(symprec: 1×10⁻)
260+
(symprec: 5×10⁻³)
261261
</span>
262262
<DownloadIcon
263263
data={spgLib}

src/AiidaExplorer/spglib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export async function analyzeCrystal(lattice, positions, numbers) {
1313
numbers,
1414
};
1515

16-
return analyze_cell(JSON.stringify(cell), 1e-4, "Standard");
16+
return analyze_cell(JSON.stringify(cell), 5e-3, "Standard");
1717
}

0 commit comments

Comments
 (0)