From e1d52b30993db46f80cfce204b340656435dd19c Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Mon, 30 Jan 2023 16:40:24 +0000 Subject: [PATCH] change spglib tolerance from 1e-4 to 1e-6 --- src/context/input_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/input_schema.json b/src/context/input_schema.json index 3859100fa..dedd5264d 100644 --- a/src/context/input_schema.json +++ b/src/context/input_schema.json @@ -362,7 +362,7 @@ }, "spglib_tolerance" : { "type" : "number", - "default" : 1e-4, + "default" : 1e-6, "title" : "Tolerance of the spglib in finding crystal symmetries" }, "verbosity" : {