Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Env setup #1

Open
huangchieh opened this issue Dec 16, 2024 · 2 comments
Open

Env setup #1

huangchieh opened this issue Dec 16, 2024 · 2 comments

Comments

@huangchieh
Copy link
Collaborator

huangchieh commented Dec 16, 2024

cd /scratch/phys/project/sin/hackathon 
srun -p gpu-debug --gres=gpu:1   --time=00:30:00 --mem=16G --pty bash
module load mamba gcc cuda
conda activate /scratch/phys/project/sin/hackathon/.conda_envs/hack
python train.py --config configs/synth_3D.yaml --cuda_visible_device 0 --nproc_per_node 1
@huangchieh
Copy link
Collaborator Author

Dataset

/scratch/phys/project/sin/AFM_Hartree_DB/AFM_sims/striped/SIN-AFM

@huangchieh
Copy link
Collaborator Author

How to define the size of the bounding box?
We can define a cubic with a size of (vdw_radii + offset), where offset can be a number >= 0.

from ase.data import vdw_radii
print(vdw_radii[1])  # Get the radius for Hydrogen (atomic number 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant