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
9383aaea
Unverified
Commit
9383aaea
authored
Dec 02, 2025
by
hjhk258
Committed by
GitHub
Dec 02, 2025
Browse files
Revise optimization command in README.md
Updated optimization command for 7net in README.
parent
25ad23a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
README.md
README.md
+7
-5
No files found.
README.md
View file @
9383aaea
...
...
@@ -71,14 +71,16 @@ Explanations for all arguments are provided in main.py and mace-bench/scripts/op
```
sh
#!/bin/bash
conda create
-n
7net-cueq
python
=
3.10
-y
&&
conda activate 7net-cueq
cd
BOMLIP-CSP/mace-bench
./reproduce/init_7net.sh
&&
source
util/env.sh
# Use a fixed batch size for structural optimization
python ../../scripts/opt_batch.py
--target_folder
"../../data/perf_v2"
\
--molecule_single
46
--gpu_offset
0
--n_gpus
4
--num_workers
4
\
--batch_size
2
--max_steps
3000
--filter1
UnitCellFilter
\
--filter2
UnitCellFilter
--optimizer1
BFGSFusedLS
--optimizer2
BFGS
\
--num_threads
2
--cueq
true
--use_ordered_files
true
--model
sevennet
# The optimization command for 7net is given in csp.sh
python
"
${
TOP_DIR
}
/mace-bench/scripts/opt_batch.py"
--target_folder
"
${
TAR_DIR
}
/structures"
\
--molecule_single
13
--gpu_offset
0
--n_gpus
8
--num_workers
48
--batch_size
2
\
--max_steps
3000
--filter1
UnitCellFilter
--filter2
UnitCellFilter
\
--optimizer1
BFGSFusedLS
--optimizer2
BFGS
--num_threads
2
--cueq
true
\
--use_ordered_files
true
--model
sevennet
>
opt.log 2>&1
```
## License
...
...
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