radiasoft / rslaser_old

Integrated modeling of CPA crystal-based laser amplifiers
Apache License 2.0
1 stars 1 forks source link

fix recent breakage of notebooks and python scripts #64

Closed bruhwiler closed 2 years ago

bruhwiler commented 2 years ago

Recent changes involving GaussHermite and associated files has broken a lot of notebooks.

For example, the following import statement is broken: from rslaser.pulse import gauss_hermite

bruhwiler commented 2 years ago

Please make sure all notebooks and scripts in the examples/ directory are not failing due to recent developments.

For example, some import statements still use the 'rs' prefix where it has recently been removed.