mcp,生成数据代码
This commit is contained in:
0
mars_toolkit/__init__.py
Normal file → Executable file
0
mars_toolkit/__init__.py
Normal file → Executable file
BIN
mars_toolkit/__pycache__/__init__.cpython-310.pyc
Normal file → Executable 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
0
mars_toolkit/compute/__init__.py
Normal file → Executable file
BIN
mars_toolkit/compute/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/compute/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/compute/__pycache__/material_gen.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/compute/__pycache__/material_gen.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/compute/__pycache__/property_pred.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/compute/__pycache__/property_pred.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/compute/__pycache__/structure_opt.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/compute/__pycache__/structure_opt.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
0
mars_toolkit/compute/material_gen.py
Normal file → Executable file
0
mars_toolkit/compute/material_gen.py
Normal file → Executable file
0
mars_toolkit/compute/property_pred.py
Normal file → Executable file
0
mars_toolkit/compute/property_pred.py
Normal file → Executable file
0
mars_toolkit/compute/structure_opt.py
Normal file → Executable file
0
mars_toolkit/compute/structure_opt.py
Normal file → Executable file
0
mars_toolkit/core/__init__.py
Normal file → Executable file
0
mars_toolkit/core/__init__.py
Normal file → Executable file
BIN
mars_toolkit/core/__pycache__/__init__.cpython-310.pyc
Normal file → Executable 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
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
BIN
mars_toolkit/core/__pycache__/config.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
0
mars_toolkit/core/__pycache__/error_handlers.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/core/__pycache__/error_handlers.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/core/__pycache__/llm_tools.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/core/__pycache__/llm_tools.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/core/__pycache__/mattergen_wrapper.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/core/__pycache__/mattergen_wrapper.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
0
mars_toolkit/core/__pycache__/utils.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/core/__pycache__/utils.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/core/cif_utils.py
Normal file → Executable file
0
mars_toolkit/core/cif_utils.py
Normal file → Executable file
8
mars_toolkit/core/config.py
Normal file → Executable file
8
mars_toolkit/core/config.py
Normal file → Executable 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
0
mars_toolkit/core/llm_tools.py
Normal file → Executable file
0
mars_toolkit/core/mattergen_wrapper.py
Normal file → Executable file
0
mars_toolkit/core/mattergen_wrapper.py
Normal file → Executable file
0
mars_toolkit/misc/__init__.py
Normal file → Executable file
0
mars_toolkit/misc/__init__.py
Normal file → Executable file
BIN
mars_toolkit/misc/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/misc/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
0
mars_toolkit/misc/__pycache__/general_tools.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/misc/__pycache__/general_tools.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/misc/__pycache__/misc_tools.cpython-310.pyc
Normal file → Executable 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
0
mars_toolkit/misc/misc_tools.py
Normal file → Executable file
0
mars_toolkit/query/__init__.py
Normal file → Executable file
0
mars_toolkit/query/__init__.py
Normal file → Executable file
BIN
mars_toolkit/query/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/query/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/query/__pycache__/dify_search.cpython-310.pyc
Normal file → Executable file
BIN
mars_toolkit/query/__pycache__/dify_search.cpython-310.pyc
Normal file → Executable file
Binary file not shown.
BIN
mars_toolkit/query/__pycache__/mp_query.cpython-310.pyc
Normal file → Executable file
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
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
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
0
mars_toolkit/query/dify_search.py
Normal file → Executable file
0
mars_toolkit/query/mp_query.py
Normal file → Executable file
0
mars_toolkit/query/mp_query.py
Normal file → Executable file
0
mars_toolkit/query/oqmd_query.py
Normal file → Executable file
0
mars_toolkit/query/oqmd_query.py
Normal file → Executable file
0
mars_toolkit/query/web_search.py
Normal file → Executable file
0
mars_toolkit/query/web_search.py
Normal file → Executable file
0
mars_toolkit/services/__init__.py
Normal file → Executable file
0
mars_toolkit/services/__init__.py
Normal file → Executable file
0
mars_toolkit/services/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/services/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/services/__pycache__/mattergen_service.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/services/__pycache__/mattergen_service.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/services/mattergen_service.py
Normal file → Executable file
0
mars_toolkit/services/mattergen_service.py
Normal file → Executable file
0
mars_toolkit/visualization/__init__.py
Normal file → Executable file
0
mars_toolkit/visualization/__init__.py
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/__init__.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/band_vis.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/band_vis.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/crystal_vis.cpython-310.pyc
Normal file → Executable file
0
mars_toolkit/visualization/__pycache__/crystal_vis.cpython-310.pyc
Normal file → Executable file
Reference in New Issue
Block a user