Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geyang/eonhe_hoomd
Finite element simulation of electrons on helium
https://github.com/geyang/eonhe_hoomd
Last synced: about 2 months ago
JSON representation
Finite element simulation of electrons on helium
- Host: GitHub
- URL: https://github.com/geyang/eonhe_hoomd
- Owner: geyang
- Created: 2014-06-21T00:03:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T05:28:11.000Z (about 10 years ago)
- Last Synced: 2024-04-14T15:11:51.231Z (9 months ago)
- Language: C++
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To Run parametric sweeps of resonator bias voltage, and different particle numbers, we implemented the following architecture:
- jobCompiler: 0000_simulation_name.jobCompiler.py
- worker: sim_worker.py
- ehe_simulation class: ehe_simulation.pyThe jobCompiler compiles the job parameter list into a list of dictionary objects and dump it into a pickle file:
```
dump file naming format: 0000_simulation_name.jobfile.pkl
```To run a simulation:
```
hoomd xxx.jobCompiler.py
```or to run a simuation that keeps going even if you log out of the secure shell:
```
nohup hoomd xxx.jobCompiler.py &
```