Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbhvsingh0/coulombic_dyn_formaltetra
The Python code simulates a formaldehyde tetra-cation molecule using Coulombic forces
https://github.com/vbhvsingh0/coulombic_dyn_formaltetra
data-analysis physics-simulation python shell-scripting
Last synced: 16 days ago
JSON representation
The Python code simulates a formaldehyde tetra-cation molecule using Coulombic forces
- Host: GitHub
- URL: https://github.com/vbhvsingh0/coulombic_dyn_formaltetra
- Owner: vbhvsingh0
- Created: 2024-07-08T17:02:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:49:58.000Z (7 months ago)
- Last Synced: 2024-11-14T16:46:23.586Z (3 months ago)
- Topics: data-analysis, physics-simulation, python, shell-scripting
- Language: Python
- Homepage:
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coulombic_dyn_formaltetra
In this project, 100 initial conditions of formaldehyde tetra-cation generated with Harmonic-Wigner distribution were simulated using Coulombic forces.
The code "simulation.py" simulates one single trajectory, given the initial atomic charges, initial geometry file (geom) and velocity file (veloc).The code generates,
a) output.txt : output file containing geometry, velocity, and energies at current time.
b) en.txt : energies at each time step written in a separate file.
c) coords.txt : coordinates of formaldehyde tetra-cation at each time-step.The utility code 'projectveloc.py' projects the momenta of all the atoms along the bisector of C-Ds (See image below), and the axis perpendicular to it.
![image](https://github.com/vbhvsingh0/Coulombic_dyn_formaltetra/assets/157628979/4ab5a5ab-c07d-4fa2-9e0b-86f9e9d3276d)