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
61ec3ad9
Unverified
Commit
61ec3ad9
authored
Mar 20, 2026
by
zcxzcx1
Committed by
GitHub
Mar 20, 2026
Browse files
Update csp.sh
adds more comments
parent
374e0d25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
csp.sh
csp.sh
+2
-2
No files found.
csp.sh
View file @
61ec3ad9
...
...
@@ -5,7 +5,7 @@ TAR_DIR="${TOP_DIR}/test"
mkdir
-p
"
${
TAR_DIR
}
"
cd
${
TAR_DIR
}
# conformer search and structure generation
# conformer search and structure generation
steps
# change --mode to conformer_only or structure_only to seperate the process.
python
"
${
TOP_DIR
}
/main.py"
--path
${
TAR_DIR
}
--smiles
"C1CC2=COC=C12"
\
--molecule_num_in_cell
1
--space_group_list
14,61
--add_name
XULDUD
--max_workers
16
\
...
...
@@ -18,7 +18,7 @@ python "${TOP_DIR}/main.py" --path ${TAR_DIR} --smiles "C1CC2=COC=C12" \
# --space_group_list 14,61 --add_name XULDUD --max_workers 16 --num_generation 100 \
# --use_conformers 4 --mode structure_only > generate_structure.log 2>&1
# opt structures using mace, --batch_size 0 means auto batch size only for mace
# opt structures using mace
step
, --batch_size 0 means auto batch size only for mace
mkdir
-p
"
${
TAR_DIR
}
/mace_opt"
cd
"
${
TAR_DIR
}
/mace_opt"
python
"
${
TOP_DIR
}
/mace-bench/scripts/opt_batch.py"
--target_folder
"
${
TAR_DIR
}
/structures"
\
...
...
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