We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Dataset
/scratch/phys/project/sin/AFM_Hartree_DB/AFM_sims/striped/SIN-AFM
Sorry, something went wrong.
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)
No branches or pull requests
The text was updated successfully, but these errors were encountered: