Skip to content

Instantly share code, notes, and snippets.

View petar-andrejic's full-sized avatar
🐊
Working hard AND hardly working!

Petar petar-andrejic

🐊
Working hard AND hardly working!
  • Friedrich-Alexander-Universität Erlangen-Nürnberg
  • Erlangen, Germany
View GitHub Profile
@jrjohansson
jrjohansson / qutip-example-mesolve-with-time-dependent-liouvillian.ipynb
Last active March 31, 2021 09:23
Examples of how to solve master equations with time-dependent Hamiltonian and/or collapse-operator/Liouvilllian using QuTiP.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@whophil
whophil / jupyter.service
Last active October 30, 2023 16:33 — forked from doowon/jupyter_systemd
A systemd script for running a Jupyter notebook server.
# After Ubuntu 16.04, Systemd becomes the default.
# It is simpler than https://gist.github.com/Doowon/38910829898a6624ce4ed554f082c4dd
[Unit]
Description=Jupyter Notebook
[Service]
Type=simple
PIDFile=/run/jupyter.pid
ExecStart=/home/phil/Enthought/Canopy_64bit/User/bin/jupyter-notebook --config=/home/phil/.jupyter/jupyter_notebook_config.py
@stared
stared / live_loss_plot_keras.ipynb
Last active February 25, 2023 10:20
Live loss plot for training models in Keras (see: https://github.com/stared/livelossplot/ for a library)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.