From f1d2845ca622cff9b5ce89561e975307c2cb4a33 Mon Sep 17 00:00:00 2001 From: SchrodingersCattt Date: Wed, 10 Sep 2025 19:11:16 +0800 Subject: [PATCH] fix remove tetragonal --- servers/structure_generate/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/structure_generate/server.py b/servers/structure_generate/server.py index 3ec3cb2..6519e9c 100644 --- a/servers/structure_generate/server.py +++ b/servers/structure_generate/server.py @@ -111,7 +111,7 @@ def build_bulk_structure_by_template( Args: material (str): Element or chemical formula. conventional (bool): If True, convert to conventional standard cell. - crystal_structure (str): Crystal structure type for material1. Must be one of sc, fcc, bcc, tetragonal, bct, hcp, rhombohedral, orthorhombic, mcl, diamond, zincblende, rocksalt, cesiumchloride, fluorite or wurtzite. Default 'fcc'. + crystal_structure (str): Crystal structure type for material1. Must be one of sc, fcc, bcc, hcp, rhombohedral, orthorhombic, mcl, diamond, zincblende, rocksalt, cesiumchloride, fluorite or wurtzite. Default 'fcc'. a, b, c, alpha: Lattice parameters. output_file (str): Path to save CIF.