The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Photonic::Types

VERSION

version 0.003

SYNOPSIS

use Photonic::Types;
package MyPackage;
use Moose;
has 'n' => {is => 'ro', isa =>'Photonic::Types::OddInt'}

DESCRIPTION

Define types that are useful in constraining values for Photonic calculations.

TYPES

  • Photonic::Types::OddInt

    Odd integer

  • Photonic::Types::ArrayOfOddInts

    Array of OddInts

  • Photonic::Types::GeometryG0

    Photonic::Geometry with a direction for G=0 reciprocal vector

  • Photonic::Types::NRAllHSave

    Photonic::NRALLH object where the keepStates flag has been turned on.