mcp,生成数据代码

This commit is contained in:
lzy
2025-04-16 11:15:01 +08:00
parent 72045e5cfe
commit 6b92e54a41
66 changed files with 1938 additions and 1483 deletions

0
mars_toolkit/__init__.py Normal file → Executable file
View File

BIN
mars_toolkit/__pycache__/__init__.cpython-310.pyc Normal file → Executable file

Binary file not shown.

0
mars_toolkit/compute/__init__.py Normal file → Executable file
View File

BIN
mars_toolkit/compute/__pycache__/__init__.cpython-310.pyc Normal file → Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
mars_toolkit/compute/material_gen.py Normal file → Executable file
View File

0
mars_toolkit/compute/property_pred.py Normal file → Executable file
View File

0
mars_toolkit/compute/structure_opt.py Normal file → Executable file
View File

0
mars_toolkit/core/__init__.py Normal file → Executable file
View File

BIN
mars_toolkit/core/__pycache__/__init__.cpython-310.pyc Normal file → Executable file

Binary file not shown.

BIN
mars_toolkit/core/__pycache__/cif_utils.cpython-310.pyc Normal file → Executable file

Binary file not shown.

BIN
mars_toolkit/core/__pycache__/config.cpython-310.pyc Normal file → Executable file

Binary file not shown.

View File

BIN
mars_toolkit/core/__pycache__/llm_tools.cpython-310.pyc Normal file → Executable file

Binary file not shown.

Binary file not shown.

0
mars_toolkit/core/__pycache__/utils.cpython-310.pyc Normal file → Executable file
View File

0
mars_toolkit/core/cif_utils.py Normal file → Executable file
View File

8
mars_toolkit/core/config.py Normal file → Executable file
View File

@@ -22,12 +22,12 @@ class Config:
HTTPS_PROXY = 'http://192.168.168.1:20171'
# FairChem
FAIRCHEM_MODEL_PATH = '/home/ubuntu/50T/lzy/mars-mcp/pretrained_models/fairchem_ckpt/eqV2_86M_omat_mp_salex.pt'
FAIRCHEM_MODEL_PATH = '/home/ubuntu/50T/nfs/lzy/mars-mcp/pretrained_models/fairchem_ckpt/eqV2_86M_omat_mp_salex.pt'
FMAX = 0.05
# MatterGen
MATTERGENMODEL_ROOT = '/home/ubuntu/50T/lzy/mars-mcp/pretrained_models/mattergen_ckpt'
MATTERGEN_ROOT='/home/ubuntu/50T/lzy/mars-mcp/mattergen'
MATTERGENMODEL_ROOT = '/home/ubuntu/50T/nfs/lzy/mars-mcp/pretrained_models/mattergen_ckpt'
MATTERGEN_ROOT='/home/ubuntu/50T/nfs/lzy/mars-mcp/mattergen'
MATTERGENMODEL_RESULT_PATH = 'results/'
# Dify
@@ -38,7 +38,7 @@ class Config:
SEARXNG_HOST="http://192.168.168.1:40032/"
# Visualization
VIZ_CIF_OUTPUT_ROOT = '/home/ubuntu/50T/lzy/mars-mcp/outputs/cif_visualization'
VIZ_CIF_OUTPUT_ROOT = '/home/ubuntu/50T/nfs/lzy/mars-mcp/outputs/cif_visualization'
@classmethod
def as_dict(cls) -> Dict[str, Any]:

0
mars_toolkit/core/llm_tools.py Normal file → Executable file
View File

0
mars_toolkit/core/mattergen_wrapper.py Normal file → Executable file
View File

0
mars_toolkit/misc/__init__.py Normal file → Executable file
View File

BIN
mars_toolkit/misc/__pycache__/__init__.cpython-310.pyc Normal file → Executable file

Binary file not shown.

View File

BIN
mars_toolkit/misc/__pycache__/misc_tools.cpython-310.pyc Normal file → Executable file

Binary file not shown.

0
mars_toolkit/misc/misc_tools.py Normal file → Executable file
View File

0
mars_toolkit/query/__init__.py Normal file → Executable file
View File

BIN
mars_toolkit/query/__pycache__/__init__.cpython-310.pyc Normal file → Executable file

Binary file not shown.

Binary file not shown.

BIN
mars_toolkit/query/__pycache__/mp_query.cpython-310.pyc Normal file → Executable file

Binary file not shown.

BIN
mars_toolkit/query/__pycache__/oqmd_query.cpython-310.pyc Normal file → Executable file

Binary file not shown.

BIN
mars_toolkit/query/__pycache__/web_search.cpython-310.pyc Normal file → Executable file

Binary file not shown.

0
mars_toolkit/query/dify_search.py Normal file → Executable file
View File

0
mars_toolkit/query/mp_query.py Normal file → Executable file
View File

0
mars_toolkit/query/oqmd_query.py Normal file → Executable file
View File

0
mars_toolkit/query/web_search.py Normal file → Executable file
View File

0
mars_toolkit/services/__init__.py Normal file → Executable file
View File

View File

View File

0
mars_toolkit/services/mattergen_service.py Normal file → Executable file
View File

0
mars_toolkit/visualization/__init__.py Normal file → Executable file
View File

View File

View File

View File