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
c23694f3
Unverified
Commit
c23694f3
authored
Dec 03, 2025
by
zcxzcx1
Committed by
GitHub
Dec 03, 2025
Browse files
Merge pull request #3 from hjhk258/patch-1
Fix formatting in installation instructions
parents
753da9ff
326aa0db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
README.md
README.md
+12
-9
No files found.
README.md
View file @
c23694f3
...
...
@@ -7,9 +7,8 @@ unbiased structure prediction across the full density range
## Install the BOMLIP-CSP
```
sh
git clone https://github.com/pic-ai-robotic-chemistry/BOMLIP-CSP.git
--recursive
cd
BOMLIP-CSP
conda create
-n
BOMLIP_CSP
python
=
3.10
-y
git clone https://github.com/pic-ai-robotic-chemistry/BOMLIP-CSP.git
--recursive
conda create
-n
BOMLIP_CSP
python
=
3.10
-y
conda activate BOMLIP_CSP
cd
BOMLIP-CSP/mace-bench
./reproduce/init_mace.sh
...
...
@@ -72,14 +71,18 @@ 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
```
The optimization command for 7net is given in csp.sh
```
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
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
4
8
--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
...
...
@@ -112,4 +115,4 @@ If you use this code in your research, please cite:
year
=
{2025}
,
url
=
{https://github.com/pic-ai-robotic-chemistry/BOMLIP-CSP}
}
```
\ No newline at end of file
```
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