This repository contains the LaTeX manuscript and reproducible code for the project
“Quantum structure of the perinuclear space and spectral invariants of the Coulomb field in hydrogen-like atoms.”
The goal of the project is to analyse the radial potential and probability density in hydrogen–like atoms, to visualise the perinuclear region, and to study spectral invariants of the Coulomb field.
- Python ≥ 3.10
pipand virtual environments (venv)- A working LaTeX distribution (e.g. TeX Live 2025 / MacTeX 2025)
Python packages are listed in code/requirements.txt (typical contents: numpy, scipy, matplotlib).
git clone https://github.com/cryptoinsider1/QSPS.git
cd QSPS
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r code/requirements.txtpython code/radial_density.pyOutput: paper/figures/radial_density.png.
python code/density_3d.pyOutput: paper/figures/3d_density.png.
Adjust numerical parameters (principal quantum number n, orbital quantum number l, nuclear charge Z) directly in the scripts to explore different hydrogen-like systems.
cd paper
pdflatex main.tex
pdflatex main.tex # run twice to resolve referencesResulting file: main.pdf.
If you use this work, please cite the preprint and the repository.
Preprint Vladimir Goncharov, Quantum structure of the perinuclear space and spectral invariants of the Coulomb field in hydrogen-like atoms, 2025. DOI: to be assigned arXiv: to be assigned.
A BibTeX template:
@article{Goncharov_QSPS_2025,
author = {Vladimir Goncharov},
title = {Quantum structure of the perinuclear space and spectral invariants of the Coulomb field in hydrogen-like atoms},
year = {2025},
journal = {Preprint},
note = {Preprint, code and materials available at https://github.com/cryptoinsider1/QSPS},
doi = {10.0000/qsps.2025.00001},
eprint = {arXiv:0009-0004-1430-3376},
}- Source code in
code/is released under the MIT License (seeLICENSE). - The manuscript
paper/main.tex,paper/main.pdfand figures inpaper/figures/are licensed under CC BY 4.0.