We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The laser pulse parameter, dist_waist is currently not used in calculating the laser pulse position
# self._pulse_pos = self.dist_waist - params.num_sig_long * self.sig_s + (slice_index + 0.5) * self.ds self._pulse_pos = ( -params.num_sig_long * self.sig_s + (slice_index + 0.5) * self.ds )
As such, we can only initialize a pulse from function that is at the waist
The text was updated successfully, but these errors were encountered:
The parameter dist_waist could also be renamed for improved clarity
Sorry, something went wrong.
k-wolfinger
No branches or pull requests
The laser pulse parameter, dist_waist is currently not used in calculating the laser pulse position
As such, we can only initialize a pulse from function that is at the waist
The text was updated successfully, but these errors were encountered: