We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1118234 commit 81e2858Copy full SHA for 81e2858
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: CI
2
3
-on: [push, pull_request]
+on: [pull_request]
4
5
jobs:
6
tests:
gnlse/common.py
@@ -1 +1,5 @@
+pi = 3.1415926535897932384626433
+
c = 299792.458 # Speed of light in vacuum [nm/ps]
+hplanck = 6.62607015e-34 # Planck constant [J.s]
+hbar = hplanck / 2 / pi # Reduced Planck constant [J.s]
0 commit comments