Jichen Li
Jichen Li
https://cgold.readthedocs.io/en/latest/tutorials/libraries/static.html https://cgold.readthedocs.io/en/latest/tutorials/libraries/shared.html
Your tutorial is brilliant, and I want to contribute a Chinese translation. Is there any guidance to follow?
I try to use nni in the HPC at our school. The code is work on my computer. The HPC has many compute nodes and we should submit the tasks...
Hi, I want to ask how to load topology from a lammps input data file, such as: ``` Bonds 1 1 501 502 2 1 502 503 3 1 503...
### Summary I am trying to follow examples/deno to build my project, but an error raises `package(s) `wasm-bindgen-cli` not found in workspace`. I check the build.sh and find a binary...
Hi, I am using your brilliant work to calculate long-range interaction between atoms and I need to use FFT to transform between real space and reciprocal space. I humbly ask...
Hi, I want to use Schnetpack to fit a polymer potential, and embed to the lammps then do simulation. So is there any way to export the trained potential/Neural network...
It is very common to convert these two energy units. It is ok if use command-line: ``` $ pint-convert kcal/mol meV 1.0 kilocalorie / mole = 43.3641042418 meV ``` but...
## Description Please assist me in improving the code @tommy-waltmann To calculate time-dependent intermediate scattering function. Here are the refs: 1. https://en.wikipedia.org/wiki/Dynamic_structure_factor 2. https://www.lehigh.edu/imi/teched/AtModel/Lecture_11_Micoulaut_Atomistics_Glass_Course.pdf ## Motivation and Context Here we...