LaserTypes

A common interface for different laser types

https://github.com/sebastianm-c/lasertypes.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

A common interface for different laser types

Basic Info
  • Host: GitHub
  • Owner: SebastianM-C
  • License: mit
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 3.22 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 10
Created about 6 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

LaserTypes

build status codecov docs DOI

This package aims to provide a common interface for different laser types. For the spatial profiles supported are Gauss and Laguerre-Gauss (with more to be added in the future).

Instalation

To install this package use ]add LaserTypes

Usage

The setup_laser function can be used to initialize the parameters for the laser depending on the laser type and units. The keyword arguments can be used to give specific values to the parameters instead of using the defaults. You can specify parameteres such as the wavelength and beam waist via λ and w₀. For example for a 800nm Gaussian laser pusle in SI units use: ```julia using LaserTypes

s = setup_laser(GaussLaser, :SI, λ=8e-7) This will create a structure containing all the parameters required to describe the laser. The `E` and `B` functions give the value of the electromagnetic fields at a space-time point specified by `r,t`. For example, to evaluate the electric field at the origin use julia using StaticArrays

x₀ = SVector{3}(0,0,0) t₀ = 0

E(x₀, t₀, s) ```

We can visualize the intensity of the created electric field with Makie.jl like this: ```julia using Makie using LinearAlgebra

f(x,y) = norm(E(Point3f0(x,y,0), 1, s)) sc = surface(-5e6:1e4:5e6, -5e6:1e4:5e6, f) scale!(sc, 1, 1, 1/4) ``` gauss

The package can also work with Unitful.jl and UnitfulAtomic.jl units. For those you just need to initialize the laser using :SI_unitful or :atomic_unitful and use the corresponding units for the coordinates.

Owner

  • Name: Sebastian Micluța-Câmpeanu
  • Login: SebastianM-C
  • Kind: user
  • Location: Bucharest, Romania
  • Company: @JuliaComputing

Theoretical and Computational physicist

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Micluța-Câmpeanu"
  given-names: "Sebastian"
  orcid: "https://orcid.org/0000-0002-9134-6626"
- family-names: "Toma"
  given-names: "Petru-Vlad"
title: "LaserTypes.jl"
version: 0.1.8
date-released: 2022-01-16
url: "https://github.com/SebastianM-C/LaserTypes.jl"
doi: 10.5281/zenodo.5856399

GitHub Events

Total
  • Create event: 1
  • Commit comment event: 1
  • Release event: 1
  • Issue comment event: 8
  • Push event: 6
  • Pull request event: 2
  • Pull request review event: 4
  • Pull request review comment event: 4
Last Year
  • Create event: 1
  • Commit comment event: 1
  • Release event: 1
  • Issue comment event: 8
  • Push event: 6
  • Pull request event: 2
  • Pull request review event: 4
  • Pull request review comment event: 4

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 177
  • Total Committers: 5
  • Avg Commits per committer: 35.4
  • Development Distribution Score (DDS): 0.316
Top Committers
Name Email Commits
Sebastian Micluța-Câmpeanu m****5@g****m 121
Sebastian Micluța-Câmpeanu 3****C@u****m 27
github-actions[bot] 4****]@u****m 20
toma-vlad t****v@g****m 7
Deceneu 7****d@u****m 2

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 10
  • Total pull requests: 38
  • Average time to close issues: 14 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.8
  • Average comments per pull request: 0.76
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 17
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • SebastianM-C (7)
  • MikaelSlevinsky (1)
  • toma-vlad (1)
  • JuliaTagBot (1)
Pull Request Authors
  • SebastianM-C (20)
  • github-actions[bot] (17)
  • toma-vlad (2)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 1 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
juliahub.com: LaserTypes

A common interface for different laser types

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Total
Rankings
Dependent repos count: 9.9%
Average: 37.7%
Dependent packages count: 38.9%
Stargazers count: 48.5%
Forks count: 53.5%
Last synced: 8 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/compathelper.yml actions
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/tagbot.yml actions
  • JuliaRegistries/TagBot v1 composite