Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nivren
ICT-CSP
Commits
273418ee
Unverified
Commit
273418ee
authored
Dec 02, 2025
by
zcxzcx1
Committed by
GitHub
Dec 02, 2025
Browse files
Merge pull request #1 from hjhk258/main
Fix
parents
7fb73825
9d7b4f63
Changes
390
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
881 additions
and
881 deletions
+881
-881
mace-bench/reproduce/subtest.sh
mace-bench/reproduce/subtest.sh
+24
-24
mace-bench/reproduce/subtest_baseline.sh
mace-bench/reproduce/subtest_baseline.sh
+23
-23
mace-bench/requirements.txt
mace-bench/requirements.txt
+136
-136
mace-bench/scripts/mace_opt_batch.py
mace-bench/scripts/mace_opt_batch.py
+112
-112
mace-bench/setup.py
mace-bench/setup.py
+22
-22
mace-bench/src/BOMLIP_CSP.egg-info/PKG-INFO
mace-bench/src/BOMLIP_CSP.egg-info/PKG-INFO
+23
-23
mace-bench/src/BOMLIP_CSP.egg-info/SOURCES.txt
mace-bench/src/BOMLIP_CSP.egg-info/SOURCES.txt
+19
-19
mace-bench/src/BOMLIP_CSP.egg-info/dependency_links.txt
mace-bench/src/BOMLIP_CSP.egg-info/dependency_links.txt
+1
-1
mace-bench/src/BOMLIP_CSP.egg-info/top_level.txt
mace-bench/src/BOMLIP_CSP.egg-info/top_level.txt
+1
-1
mace-bench/src/batchopt/__init__.py
mace-bench/src/batchopt/__init__.py
+29
-29
mace-bench/src/batchopt/__pycache__/__init__.cpython-310.pyc
mace-bench/src/batchopt/__pycache__/__init__.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/atoms_to_graphs.cpython-310.pyc
.../src/batchopt/__pycache__/atoms_to_graphs.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/baseline.cpython-310.pyc
mace-bench/src/batchopt/__pycache__/baseline.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/pbc_graph.cpython-310.pyc
...-bench/src/batchopt/__pycache__/pbc_graph.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/pbc_graph_legacy.cpython-310.pyc
...src/batchopt/__pycache__/pbc_graph_legacy.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/relaxengine.cpython-310.pyc
...ench/src/batchopt/__pycache__/relaxengine.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/__pycache__/utils.cpython-310.pyc
mace-bench/src/batchopt/__pycache__/utils.cpython-310.pyc
+0
-0
mace-bench/src/batchopt/atoms_to_graphs.py
mace-bench/src/batchopt/atoms_to_graphs.py
+309
-309
mace-bench/src/batchopt/baseline.py
mace-bench/src/batchopt/baseline.py
+170
-170
mace-bench/src/batchopt/extensions/__init__.py
mace-bench/src/batchopt/extensions/__init__.py
+12
-12
No files found.
mace-bench/reproduce/subtest.sh
View file @
273418ee
#!/bin/bash
top_dir
=
$(
pwd
)
...
...
mace-bench/reproduce/subtest_baseline.sh
View file @
273418ee
#!/bin/bash
top_dir
=
$(
pwd
)
...
...
mace-bench/requirements.txt
View file @
273418ee
mace-bench/scripts/mace_opt_batch.py
View file @
273418ee
mace-bench/setup.py
View file @
273418ee
mace-bench/src/BOMLIP_CSP.egg-info/PKG-INFO
View file @
273418ee
mace-bench/src/BOMLIP_CSP.egg-info/SOURCES.txt
View file @
273418ee
mace-bench/src/BOMLIP_CSP.egg-info/dependency_links.txt
View file @
273418ee
mace-bench/src/BOMLIP_CSP.egg-info/top_level.txt
View file @
273418ee
mace-bench/src/batchopt/__init__.py
View file @
273418ee
mace-bench/src/batchopt/__pycache__/__init__.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/atoms_to_graphs.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/baseline.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/pbc_graph.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/pbc_graph_legacy.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/relaxengine.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/__pycache__/utils.cpython-310.pyc
deleted
100644 → 0
View file @
7fb73825
File deleted
mace-bench/src/batchopt/atoms_to_graphs.py
View file @
273418ee
mace-bench/src/batchopt/baseline.py
View file @
273418ee
mace-bench/src/batchopt/extensions/__init__.py
View file @
273418ee
Prev
1
…
14
15
16
17
18
19
20
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment