diff options
-rw-r--r-- | field_description.m | 4 | ||||
-rw-r--r-- | useful_constants.m | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/field_description.m b/field_description.m index 901bfc2..ffe6bcc 100644 --- a/field_description.m +++ b/field_description.m @@ -1,9 +1,9 @@ 1; %EM field definition -Ep=1.0; +Ep=0.01; Epc=conj(Ep); -Ed=10; +Ed=1; Edc=conj(Ed); wd=w13; wp=w12; diff --git a/useful_constants.m b/useful_constants.m new file mode 100644 index 0000000..115efb4 --- /dev/null +++ b/useful_constants.m @@ -0,0 +1,5 @@ +1; + +% some physical constants +hbar=1; +im_one=0+1i; |