mattergen转服务
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
"""
|
||||
Materials Project Query Module
|
||||
|
||||
This module provides functions for querying the Materials Project database,
|
||||
processing search results, and formatting responses.
|
||||
|
||||
Author: Yutang LI
|
||||
Institution: SIAT-MIC
|
||||
Contact: yt.li2@siat.ac.cn
|
||||
"""
|
||||
|
||||
import glob
|
||||
import json
|
||||
import asyncio
|
||||
@@ -25,7 +14,6 @@ from pymatgen.io.cif import CifWriter
|
||||
|
||||
from mars_toolkit.core.llm_tools import llm_tool
|
||||
from mars_toolkit.core.config import config
|
||||
from mars_toolkit.core.error_handlers import handle_general_error
|
||||
from mars_toolkit.core.cif_utils import read_cif_txt_file, extract_cif_info, remove_symmetry_equiv_xyz
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user