Skip to content

aglavic/scattering_lecture_extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutron Scattering Lecture

Ressources to be used with the UZH scattering course https://www.physik.uzh.ch/en/teaching/PHY585/FS2025.html

Installation

Install python on your local machine and create a virtual environment. On Windows I'd recommand anaconda and run in the anaconda prompt:

conda create -n nsc25 python=3.12
conda activate nsc25
conda install git

git clone https://github.com/aglavic/scattering_lecture_extras.git nsc25
cd nsc25
pip install -r requirements.txt

Execute Jupyter Notebooks

jupyter lab

This should open a browser with the jupyter notebooks within the repository.

Run GenX

In case you have issues with icon size, add the --dpi-scale commandline argument.

python -m genx { --dpi-scale 1.0}

About

Ressources to be used with the UZH scattering course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published