Skip to content

Commit

Permalink
Update src/si/action.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Boutin <[email protected]>
  • Loading branch information
crystal-growth and iliekturtles authored Aug 24, 2022
1 parent 3b4e276 commit 95ce201
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/si/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ quantity! {
Z0, // amount of substance
Z0>; // luminous intensity
units {
@joule_second: prefix!(none); "J·s",
"joule second", "joules second";
@joule_second: prefix!(none); "J · s", "joule second", "joule seconds";

// Reduced Planck constant ħ
@atomic_unit_of_action: 1.054_571_817_E-34; "a.u. of action",
"atomic unit of action", "atomic units of action";
@reduced_planck_constant: 1.054_571_817_E-34; "ħ",
"reduced planck constant", "reduced planck constants";
@planck_constant: 6.626_070_15_E-34; "h",
"planck constant", "planck constants";
@erg_second: 1.0_E-7; "erg⋅s",
"erg second", "erg seconds";
@electronvolt_second: 1.602_176_634_E-19; "eV⋅s",
"electronvolt second", "electronvolt seconds";
/// Reduced Planck constant ħ.
@atomic_unit_of_action: 1.054_571_817_E-34; "a.u. of action", "atomic unit of action",
"atomic units of action";
@reduced_planck_constant: 1.054_571_817_E-34; "ħ", "reduced planck constant",
"reduced planck constants";
@planck_constant: 6.626_070_15_E-34; "h", "planck constant", "planck constants";
@erg_second: 1.0_E-7; "erg · s", "erg second", "erg seconds";
@electronvolt_second: 1.602_176_634_E-19; "eV · s", "electronvolt second",
"electronvolt seconds";
}
}

Expand Down

0 comments on commit 95ce201

Please sign in to comment.