sdecay 0.1.0

Bindings for SandiaDecay C++ library, used to compute nuclide mixtures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
use core::{fmt::Debug, iter::FusedIterator, mem::MaybeUninit, pin::Pin};

use crate::{
    add_nuclide_spec::AddNuclideSpec,
    as_cpp_string::AsCppString,
    container::Container,
    containers, ffi_unwrap_or, impl_moveable,
    nuclide_spec::{NuclideSpec, NumSpec},
    wrapper::{
        CppException, HowToOrder, Nuclide, NuclideActivityPair, NuclideNumAtomsPair,
        NuclideTimeEvolution, ProductType, VecEnergyCountPair, VecEnergyRatePair,
        VecNuclideTimeEvolution, Wrapper,
    },
};

/// Rust representation of `SandiaDecay`'s nuclide mixture
///
pub struct NuclideMixture<'l>(
    sdecay_sys::sandia_decay::NuclideMixture,
    core::marker::PhantomPinned,
    core::marker::PhantomData<&'l ()>,
);

#[expect(elided_lifetimes_in_paths)]
const _: () = const {
    use core::mem::{align_of, offset_of, size_of};
    assert!(size_of::<sdecay_sys::sandia_decay::NuclideMixture>() == size_of::<NuclideMixture>());
    assert!(align_of::<sdecay_sys::sandia_decay::NuclideMixture>() == align_of::<NuclideMixture>());
    assert!(offset_of!(NuclideMixture, 0) == 0);
};

impl Wrapper for NuclideMixture<'_> {
    type CSide = sdecay_sys::sandia_decay::NuclideMixture;
}

impl_moveable!(mixture, NuclideMixture['l]);

impl Debug for NuclideMixture<'_> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        let mut f = &mut f.debug_struct("NuclideMixture");
        for NuclideActivityPair { nuclide, activity } in self.initial_nuclide_activities() {
            /// This is a helper struct to avoid allocating string for each activity
            struct BqActivity(f64);
            impl Debug for BqActivity {
                fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
                    use crate::cst::becquerel;
                    write!(f, "{:.2e} Bq", self.0 / becquerel)
                }
            }
            let symbol = nuclide.symbol.as_str();
            f = f.field(symbol.as_ref(), &BqActivity(activity));
        }
        f.finish()
    }
}

impl Drop for NuclideMixture<'_> {
    fn drop(&mut self) {
        let self_ptr = core::ptr::from_mut(&mut self.0);
        // SAFETY:
        // - ffi call to C++ side destructor
        // - `self_ptr` points to live valid instance, since it was just created from the reference
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_NuclideMixture_destructor(self_ptr) };
    }
}

impl<'l> NuclideMixture<'l> {
    #[expect(clippy::new_ret_no_self)]
    pub(crate) fn new<C: Container<Inner = Self>>(allocator: C::Allocator) -> C {
        let init = |ptr: *mut Self| {
            let ptr = ptr.cast::<sdecay_sys::sandia_decay::NuclideMixture>();
            // SAFETY:
            // - ffi call to C++ side constructor
            // - statically validated type representations
            // - `ptr` points to `MaybeUninit` of correct size and alignment
            unsafe { sdecay_sys::sandia_decay::NuclideMixture_NuclideMixture(ptr) };
        };
        // SAFETY: ffi call above calls C++ constructor, initializing the type
        unsafe { C::init_ptr(allocator, init) }
    }

    #[inline]
    fn ptr(&self) -> *const sdecay_sys::sandia_decay::NuclideMixture {
        core::ptr::from_ref(&self.0)
    }

    /// ### Safety
    /// Obtained pointer should not be used to move out the object
    #[inline]
    unsafe fn ptr_mut(self: Pin<&mut Self>) -> *mut sdecay_sys::sandia_decay::NuclideMixture {
        // SAFETY:
        // - reference will only be used to create a pointer
        // - pointer will not be used to move out of the value (function invariant)
        let ref_mut = unsafe { Pin::into_inner_unchecked(self) };
        core::ptr::from_mut(&mut ref_mut.0)
    }

    pub(crate) fn add_nuclide_num_atoms_pair(self: Pin<&mut Self>, pair: &NuclideNumAtomsPair<'_>) {
        // SAFETY: obtained pointer is only used to add a nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        let pair_ptr = pair.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are all live, since pointers were created from references
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_addNuclide(self_ptr, pair_ptr) };
    }

    pub(crate) fn add_nuclide_activity_pair(self: Pin<&mut Self>, pair: &NuclideActivityPair<'_>) {
        // SAFETY: obtained pointer is only used to add a nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        let pair_ptr = pair.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are all live, since pointers were created from references
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_addNuclide1(self_ptr, pair_ptr) };
    }

    #[inline]
    pub(crate) fn add_nuclide_by_activity(
        self: Pin<&mut Self>,
        nuclide: &Nuclide<'l>,
        start_activity: f64,
    ) {
        // SAFETY: obtained pointer is only used to add a nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        unsafe {
            sdecay_sys::sandia_decay::NuclideMixture_addNuclideByActivity(
                self_ptr,
                nuclide.ptr(),
                start_activity,
            );
        }
    }

    #[inline]
    pub(crate) fn add_nuclide_by_abundance(
        self: Pin<&mut Self>,
        nuclide: &Nuclide<'_>,
        num_init_atoms: f64,
    ) {
        // SAFETY: obtained pointer is only used to add an aged nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        unsafe {
            sdecay_sys::sandia_decay::NuclideMixture_addNuclideByAbundance(
                self_ptr,
                nuclide.ptr(),
                num_init_atoms,
            );
        }
    }

    #[inline]
    pub(crate) fn add_aged_nuclide_by_activity(
        self: Pin<&mut Self>,
        nuclide: &Nuclide<'_>,
        activity: f64,
        age_in_seconds: f64,
    ) -> Result<(), CppException> {
        // SAFETY: obtained pointer will be used to initialize the database, which does not move out the value
        let self_ptr = unsafe { self.ptr_mut() };
        let nuclide_ptr = nuclide.ptr();
        let mut ok = MaybeUninit::<sdecay_sys::sdecay::Unit>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` and `path_ptr` point to live objects, since they were just created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_addAgedNuclideByActivity(
                ok.as_mut_ptr(),
                exception_ptr,
                self_ptr,
                nuclide_ptr,
                activity,
                age_in_seconds,
            )
        };
        if tag {
            // call succeeded, assume database is init (`ffi::Unit` is trivially dropped)
            Ok(())
        } else {
            // SAFETY: `tag == false` guarantees that exception occurred and written to `exception`
            let exception = unsafe { exception.assume_init() };
            Err(exception)
        }
    }

    #[inline]
    pub(crate) fn add_aged_nuclide_by_num_atoms(
        self: Pin<&mut Self>,
        nuclide: &Nuclide<'l>,
        number_atoms: f64,
        age_in_seconds: f64,
    ) -> Result<(), CppException> {
        // SAFETY: obtained pointer will be used to initialize the database, which does not move out the value
        let self_ptr = unsafe { self.ptr_mut() };
        let nuclide_ptr = nuclide.ptr();
        let mut ok = MaybeUninit::<sdecay_sys::sdecay::Unit>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` and `path_ptr` point to live objects, since they were just created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_addAgedNuclideByNumAtoms(
                ok.as_mut_ptr(),
                exception_ptr,
                self_ptr,
                nuclide_ptr,
                number_atoms,
                age_in_seconds,
            )
        };
        if tag {
            // call succeeded, assume database is init (`ffi::Unit` is trivially dropped)
            Ok(())
        } else {
            // SAFETY: `tag == false` guarantees that exception occurred and written to `exception`
            let exception = unsafe { exception.assume_init() };
            Err(exception)
        }
    }

    #[inline]
    pub(crate) fn add_nuclide_in_secular_equilibrium(
        self: Pin<&mut Self>,
        parent: &Nuclide<'_>,
        parent_activity: f64,
    ) -> bool {
        // SAFETY: obtained pointer is only used to add a nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        unsafe {
            sdecay_sys::sandia_decay::NuclideMixture_addNuclideInSecularEquilibrium(
                self_ptr,
                parent.ptr(),
                parent_activity,
            )
        }
    }

    #[inline]
    pub(crate) fn add_nuclide_in_prompt_equilibrium(
        self: Pin<&mut Self>,
        parent: &Nuclide<'_>,
        parent_activity: f64,
    ) {
        // SAFETY: obtained pointer is only used to add a nuclide into the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        unsafe {
            sdecay_sys::sandia_decay::NuclideMixture_addNuclideInPromptEquilibrium(
                self_ptr,
                parent.ptr(),
                parent_activity,
            );
        };
    }

    /// Exposes solutions for number of atoms for each nuclide in the mixture
    pub fn decayed_to_nuclides_evolutions(&self) -> &[NuclideTimeEvolution<'l>] {
        let self_ptr = self.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        let bindgen_vec = unsafe {
            sdecay_sys::sandia_decay::NuclideMixture_decayedToNuclidesEvolutions(self_ptr)
        };
        // SAFETY: ffi call above returns a pointer to live `std::vector<NuclideTimeEvolution>`
        let vec = unsafe { &*VecNuclideTimeEvolution::from_ptr(bindgen_vec) };
        vec.as_slice()
    }

    /// Returns the number of nuclides given in the solution
    ///
    /// Corresponds to the index for nulides in the vector returned by [`decayed_to_nuclides_evolutions`](NuclideMixture::decayed_to_nuclides_evolutions)
    #[inline]
    pub fn num_solution_nuclides(&self) -> usize {
        let self_ptr = self.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        let count: core::ffi::c_int =
            unsafe { sdecay_sys::sandia_decay::NuclideMixture_numSolutionNuclides(self_ptr) };
        #[expect(
            clippy::cast_sign_loss,
            reason = "Number of nuclides cannot be negative"
        )]
        {
            count as usize
        }
    }

    /// Gets solution nuclide at `index`
    ///
    /// ### Safety
    /// `index` MUST be a valid nuclide index, otherwise it's a UB (specifically - uncaught C++ exception)
    #[inline]
    pub unsafe fn solution_nuclide_unchecked(&self, index: usize) -> &Nuclide<'l> {
        let self_ptr = self.ptr();
        #[expect(
            clippy::cast_possible_wrap,
            clippy::cast_possible_truncation,
            reason = "It's a UB to specify indexes larger than number of nuclides, represented as `int` on C++ side"
        )]
        let index = index as core::ffi::c_int;
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        // - `index` is a valid index of solution nuclide (function invariant)
        let nuclide_ptr =
            unsafe { sdecay_sys::sandia_decay::NuclideMixture_solutionNuclide(self_ptr, index) };
        // SAFETY: ffi call above
        // - never returns nullptr
        // - returns nuclide references living for time `'l` (same or smaller time used to add them)
        unsafe { Nuclide::from_ptr_unchecked(nuclide_ptr) }
    }

    /// Gets solution nuclide at `index`
    ///
    /// ### Returns
    /// [`Option::None`] indicates invalid nuclide index
    #[inline]
    pub fn solution_nuclide(&self, index: usize) -> Option<&Nuclide<'l>> {
        if index < self.num_solution_nuclides() {
            // SAFETY: index was asserted to be valid by the condition above
            Some(unsafe { self.solution_nuclide_unchecked(index) })
        } else {
            None
        }
    }

    /// Returns an iterator over nuclides in [`decayed_to_nuclides_evolutions`](NuclideMixture::decayed_to_nuclides_evolutions)
    #[inline]
    pub fn solution_nuclides(
        &self,
    ) -> impl DoubleEndedIterator<Item = &Nuclide<'l>> + FusedIterator + ExactSizeIterator {
        (0..self.num_solution_nuclides()).map(|i| {
            // SAFETY: index `i` is from range 0..num_solution_nuclides
            unsafe { self.solution_nuclide_unchecked(i) }
        })
    }

    /// Returns the number of nuclides in the mixture at `t = 0`
    #[inline]
    pub fn num_initial_nuclides(&self) -> usize {
        let self_ptr = self.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        let count =
            unsafe { sdecay_sys::sandia_decay::NuclideMixture_numInitialNuclides(self_ptr) };
        #[expect(
            clippy::cast_sign_loss,
            reason = "Number of nuclides cannot be negative"
        )]
        {
            count as usize
        }
    }

    /// Gets initial nuclide at `index`
    ///
    /// ### Safety
    /// `index` MUST be a valid nuclide index, otherwise it's a UB (specifically - uncaught C++ exception)
    #[inline]
    pub unsafe fn initial_nuclide_unchecked(&self, index: usize) -> &Nuclide<'l> {
        let self_ptr = self.ptr();
        #[expect(
            clippy::cast_possible_wrap,
            clippy::cast_possible_truncation,
            reason = "It's a UB to specify indexes larger than number of nuclides, represented as `int` on C++ side"
        )]
        let index = index as i32;
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to live object, since it was just created from a reference
        // - `index` is a valid index of solution nuclide (function invariant)
        let nuclide_ptr =
            unsafe { sdecay_sys::sandia_decay::NuclideMixture_initialNuclide(self_ptr, index) };
        // SAFETY: ffi call above
        // - never returns nullptr
        // - returns nuclide references living for time `'l` (same or smaller time used to add them)
        unsafe { Nuclide::from_ptr_unchecked(nuclide_ptr) }
    }

    /// Gets initial nuclide at `index`
    ///
    /// ### Returns
    /// [`Option::None`] indicates invalid nuclide index
    #[inline]
    pub fn initial_nuclide(&self, index: usize) -> Option<&Nuclide<'l>> {
        if index < self.num_initial_nuclides() {
            // SAFETY: index was asserted to be valid by the condition above
            Some(unsafe { self.initial_nuclide_unchecked(index) })
        } else {
            None
        }
    }

    /// Returns an iterator over initial nuclides of the mixture
    #[inline]
    pub fn initial_nuclides(
        &self,
    ) -> impl DoubleEndedIterator<Item = &Nuclide<'l>> + FusedIterator + ExactSizeIterator {
        (0..self.num_initial_nuclides()).map(|i| {
            // SAFETY: index `i` is from range 0..num_initial_nuclides
            unsafe { self.initial_nuclide_unchecked(i) }
        })
    }

    /// Gets atom count of initial nuclide at `index`
    ///
    /// ### Safety
    /// `index` MUST be a valid nuclide index, otherwise it's a UB (specifically - uncaught C++ exception)
    pub unsafe fn initial_num_atoms_unchecked(&self, index: usize) -> f64 {
        let self_ptr = self.ptr();
        #[expect(
            clippy::cast_possible_wrap,
            clippy::cast_possible_truncation,
            reason = "It's a UB to specify indexes larger than number of nuclides, represented as `int` on C++ side"
        )]
        let index = index as i32;
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to a live object, since it was just created from a reference
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_numInitialAtoms(self_ptr, index) }
    }

    /// Gets atom count of initial nuclide at `index`
    ///
    /// ### Returns
    /// [`Option::None`] indicates invalid nuclide `index`
    pub fn initial_num_atoms(&self, index: usize) -> Option<f64> {
        if index < self.num_initial_nuclides() {
            // SAFETY: index was asserted to be valid by the condition above
            Some(unsafe { self.initial_num_atoms_unchecked(index) })
        } else {
            None
        }
    }

    /// Returns an iterator over [`NuclideNumAtomsPair`] representing initial nuclides of the mixture
    pub fn initial_nuclide_num_atoms(
        &self,
    ) -> impl DoubleEndedIterator<Item = NuclideNumAtomsPair<'_>> + FusedIterator + ExactSizeIterator
    {
        (0..self.num_initial_nuclides()).map(|i| {
            // SAFETY: index `i` is from range 0..num_initial_nuclides
            let nuclide = unsafe { self.initial_nuclide_unchecked(i) };
            // SAFETY: index `i` is from range 0..num_initial_nuclides
            let num_atoms = unsafe { self.initial_num_atoms_unchecked(i) };
            NuclideNumAtomsPair { nuclide, num_atoms }
        })
    }

    /// Gets activity of initial nuclide at `index`
    ///
    /// ### Safety
    /// `index` MUST be a valid nuclide index, otherwise it's a UB (specifically - uncaught C++ exception)
    pub unsafe fn initial_activity_unchecked(&self, index: usize) -> f64 {
        let self_ptr = self.ptr();
        #[expect(
            clippy::cast_possible_wrap,
            clippy::cast_possible_truncation,
            reason = "It's a UB to specify indexes larger than number of nuclides, represented as `int` on C++ side"
        )]
        let index = index as i32;
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to a live object, since it was just created from a reference
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_initialActivity(self_ptr, index) }
    }

    /// Gets activity of initial nuclide at `index`
    ///
    /// ### Returns
    /// [`Option::None`] indicates invalid nuclide `index`
    pub fn initial_activity(&self, index: usize) -> Option<f64> {
        if index < self.num_initial_nuclides() {
            // SAFETY: index was asserted to be valid by the condition above
            Some(unsafe { self.initial_activity_unchecked(index) })
        } else {
            None
        }
    }

    /// Returns an iterator over [`NuclideActivityPair`] representing initial nuclides of the mixture
    pub fn initial_nuclide_activities(
        &self,
    ) -> impl DoubleEndedIterator<Item = NuclideActivityPair<'_>> + FusedIterator + ExactSizeIterator
    {
        (0..self.num_initial_nuclides()).map(|i| {
            // SAFETY: index `i` is from range 0..num_initial_nuclides
            let nuclide = unsafe { self.initial_nuclide_unchecked(i) };
            // SAFETY: index `i` is from range 0..num_initial_nuclides
            let activity = unsafe { self.initial_activity_unchecked(i) };
            NuclideActivityPair { nuclide, activity }
        })
    }

    #[inline]
    pub(crate) fn add_nuclide(self: Pin<&mut Self>, spec: impl AddNuclideSpec) {
        spec.add_nuclide(self);
    }

    /// Retrieves [`Nuclide`] activity from the database
    ///
    /// Note, that function expects [`NuclideSpec`], see it's doc for a list of accepted specifications
    #[inline]
    pub fn nuclide_activity(&self, time: f64, spec: impl NuclideSpec) -> Option<f64> {
        spec.mixture_activity(time, self)
    }

    #[expect(missing_docs)]
    #[inline]
    pub fn nuclide_atoms(&self, time: f64, spec: impl NuclideSpec) -> Option<f64> {
        spec.mixture_num_atoms(time, self)
    }

    #[expect(missing_docs)]
    #[inline]
    pub fn total_activity(&self, time: f64) -> f64 {
        let self_ptr = self.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to a live object, since it was just created from a reference
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_totalActivity(self_ptr, time) }
    }

    #[expect(missing_docs)]
    #[inline]
    pub fn total_mass_in_grams(&self, time: f64) -> f64 {
        let self_ptr = self.ptr();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - `self_ptr` points to a live object, since it was just created from a reference
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_totalMassInGrams(self_ptr, time) }
    }

    pub(crate) fn activity_by_nuclide(&self, time: f64, nuclide: &Nuclide<'_>) -> Option<f64> {
        let mut ok = MaybeUninit::<f64>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are live, since all pointers are created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_activity_nuclide(
                ok.as_mut_ptr(),
                exception_ptr,
                self.ptr(),
                time,
                nuclide.ptr(),
            )
        };
        if tag {
            // SAFETY: `tag == true`, so `ok` was initialized
            let ok = unsafe { ok.assume_init() };
            Some(ok)
        } else {
            // SAFETY: `tag == false`, so `exception` was initialized
            let _ = unsafe { exception.assume_init() };
            None
        }
    }

    pub(crate) fn atoms_by_nuclide(&self, time: f64, nuclide: &Nuclide<'_>) -> Option<f64> {
        let mut ok = MaybeUninit::<f64>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are live, since pointers are created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_atoms_nuclide(
                ok.as_mut_ptr(),
                exception_ptr,
                self.ptr(),
                time,
                nuclide.ptr(),
            )
        };
        if tag {
            // SAFETY: `tag == true`, so `ok` was initialized
            let ok = unsafe { ok.assume_init() };
            Some(ok)
        } else {
            // SAFETY: `tag == false`, so `exception` was initialized
            let _ = unsafe { exception.assume_init() };
            None
        }
    }
    pub(crate) fn activity_by_num(&self, time: f64, spec: &NumSpec) -> Option<f64> {
        let mut ok = MaybeUninit::<f64>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are live, since pointers are created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_activity_num(
                ok.as_mut_ptr(),
                exception_ptr,
                self.ptr(),
                time,
                spec.z,
                spec.mass_number,
                spec.iso.unwrap_or(0),
            )
        };
        if tag {
            // SAFETY: `tag == true`, so `ok` was initialized
            let ok = unsafe { ok.assume_init() };
            Some(ok)
        } else {
            // SAFETY: `tag == false`, so `exception` was initialized
            let _ = unsafe { exception.assume_init() };
            None
        }
    }

    pub(crate) fn atoms_by_num(&self, time: f64, spec: &NumSpec) -> Option<f64> {
        let mut ok = MaybeUninit::<f64>::uninit();
        let mut exception = MaybeUninit::<CppException>::uninit();
        let exception_ptr = exception
            .as_mut_ptr()
            .cast::<sdecay_sys::sdecay::Exception>();
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are live, since pointers are created from references
        let tag = unsafe {
            sdecay_sys::sdecay::nuclide_mixture::try_atoms_num(
                ok.as_mut_ptr(),
                exception_ptr,
                self.ptr(),
                time,
                spec.z,
                spec.mass_number,
                spec.iso.unwrap_or(0),
            )
        };
        if tag {
            // SAFETY: `tag == true`, so `ok` was initialized
            let ok = unsafe { ok.assume_init() };
            Some(ok)
        } else {
            // SAFETY: `tag == false`, so `exception` was initialized
            let _ = unsafe { exception.assume_init() };
            None
        }
    }

    pub(crate) fn activity_by_symbol(&self, time: f64, symbol: impl AsCppString) -> Option<f64> {
        symbol.with_cpp_string(|symbol| {
            let mut ok = MaybeUninit::<f64>::uninit();
            let mut exception = MaybeUninit::<CppException>::uninit();
            let exception_ptr = exception
                .as_mut_ptr()
                .cast::<sdecay_sys::sdecay::Exception>();
            // SAFETY: ffi call with
            // - statically validated type representations
            // - correct pointer constness (as of bindgen, that is)
            // - pointed objects are live, since pointers are created from references
            let tag = unsafe {
                sdecay_sys::sdecay::nuclide_mixture::try_activity_symbol(
                    ok.as_mut_ptr(),
                    exception_ptr,
                    self.ptr(),
                    time,
                    symbol.ptr(),
                )
            };
            if tag {
                // SAFETY: `tag == true`, so `ok` was initialized
                let ok = unsafe { ok.assume_init() };
                Some(ok)
            } else {
                // SAFETY: `tag == false`, so `exception` was initialized
                let _ = unsafe { exception.assume_init() };
                None
            }
        })
    }

    pub(crate) fn atoms_by_symbol(&self, time: f64, symbol: impl AsCppString) -> Option<f64> {
        symbol.with_cpp_string(|symbol| {
            let mut ok = MaybeUninit::<f64>::uninit();
            let mut exception = MaybeUninit::<CppException>::uninit();
            let exception_ptr = exception
                .as_mut_ptr()
                .cast::<sdecay_sys::sdecay::Exception>();
            // SAFETY: ffi call with
            // - statically validated type representations
            // - correct pointer constness (as of bindgen, that is)
            // - pointed objects are live, since pointers are created from references
            let tag = unsafe {
                sdecay_sys::sdecay::nuclide_mixture::try_atoms_symbol(
                    ok.as_mut_ptr(),
                    exception_ptr,
                    self.ptr(),
                    time,
                    symbol.ptr(),
                )
            };
            if tag {
                // SAFETY: `tag == true`, so `ok` was initialized
                let ok = unsafe { ok.assume_init() };
                Some(ok)
            } else {
                // SAFETY: `tag == false`, so `exception` was initialized
                let _ = unsafe { exception.assume_init() };
                None
            }
        })
    }

    pub(crate) fn clear(self: Pin<&mut Self>) {
        // SAFETY: obtained pointer is only used to clear the mixture
        let self_ptr = unsafe { self.ptr_mut() };
        // SAFETY: ffi call with
        // - statically validated type representations
        // - correct pointer constness (as of bindgen, that is)
        // - pointed objects are live, since pointers are created from references
        unsafe { sdecay_sys::sandia_decay::NuclideMixture_clear(self_ptr) };
    }
}

containers! { NuclideMixture['l]: sdecay_sys::sdecay::nuclide_mixture::activity =>
    /// Returns nuclide activities in the mixture after a certain time
    activities(time: f64 => time) -> super::VecNuclideActivityPair['l]
}
containers! { NuclideMixture['l]: sdecay_sys::sdecay::nuclide_mixture::numAtoms =>
    /// Returns nuclide atom counts in the mixture after a certain time
    num_atoms(
        time: f64 => time,
    ) -> super::VecNuclideNumAtomsPair['l]
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_gammas => gammas(
        mixture: *const NuclideMixture<'l>,
        time: f64,
        ordering: HowToOrder,
        include_annihillations: bool,
) -> VecEnergyRatePair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_rate_pair_new(out); }
} }

containers! { NuclideMixture['l]: gammas =>
    /// Returns $\gamma$ line intensities emitted by the mixture after a certain time
    ///
    /// Note, that $\gamma$ here refers to high-energy photons (originating from nuclei transitions)
    gammas (
        time: f64 => time,
        ordering: HowToOrder => ordering.0,
        include_annihillations: bool => include_annihillations,
    ) -> VecEnergyRatePair
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_xrays => xrays(
        mixture: *const NuclideMixture<'l>,
        time: f64,
        ordering: HowToOrder,
) -> VecEnergyRatePair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_rate_pair_new(out); }
} }

containers! { NuclideMixture['l]: xrays =>
    /// Returns x-ray line intensities emitted by the mixture after a certain time
    ///
    /// Note, that x-ray here refers to photons produced by atomic shell processes (below couple keV)
    xrays(
        time: f64 => time,
        ordering: HowToOrder => ordering.0,
    ) -> VecEnergyRatePair
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_photons => photons(
        mixture: *const NuclideMixture<'l>,
        time: f64,
        ordering: HowToOrder,
) -> VecEnergyRatePair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_rate_pair_new(out); }
} }

containers! { NuclideMixture['l]: photons =>
    /// Returns all the photon line intensities emitted by the mixture after a certain time
    ///
    /// Note, that this includes all of the photons ($\gamma$ and x-ray)
    photons(
        time: f64 => time,
        ordering: HowToOrder => ordering.0,
    ) -> VecEnergyRatePair
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_decayParticle => decay_particle(
        mixture: *const NuclideMixture<'l>,
        time: f64,
        r#type: ProductType,
        ordering: HowToOrder,
) -> VecEnergyRatePair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_rate_pair_new(out); }
} }

containers! { NuclideMixture['l]: decay_particle =>
    /// Returns energies and intensities of certain particle type produced by the mixture after some time
    decay_particle(
        time: f64 => time,
        r#type: ProductType => r#type.0,
        ordering: HowToOrder => ordering.0,
    ) -> VecEnergyRatePair
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_decayParticlesInInterval => decay_particles_in_interval(
        mixture: *const NuclideMixture<'l>,
        initial_age: f64,
        interval_duration: f64,
        r#type: ProductType,
        ordering: HowToOrder,
        characteristic_time_slices: usize,
) -> VecEnergyCountPair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_count_pair_new(out); }
} }

containers! { NuclideMixture['l]: decay_particles_in_interval =>
    /// NOTE: this documentation is mostly identical to the one in `SandiaDecay`'s header
    ///
    /// Calculates the number of expected particles (and their energies), for a given time interval, accounting for decay during the interval
    ///
    /// A simple integration over the interval, at fixed time steps, is used to estimate the total number of particles expected in the interval. It is a naive, and not particularly optimized algorithm, but checks out well against analytical answer, for the cases that are available
    ///
    /// ### Parameters
    /// - `initial_age`: The initial age, in seconds, of the mixture, at time of interval (this is relative to the mixture's T=0 time). E.g., the samples age at the start of the measurement
    /// - `interval_duration`: The duration, in seconds, of the interval. E.g. how long the measurement is
    /// - `type`: The particle type you are interested in
    /// - `sort_type`: How to order the returned answer
    /// - `characteristic_time_slices`: Used to calculate number of time slices for integration
    ///
    /// The delta time step will be the minimum of the parent nuclide half-lives, or the interval time span, divided by this number. Then the number of times steps will be clamped between 50 and 2000.
    decay_particles_in_interval(
        initial_age: f64 => initial_age,
        interval_duration: f64 => interval_duration,
        r#type: ProductType => r#type.0,
        ordering: HowToOrder => ordering.0,
        characteristic_time_slices: usize => characteristic_time_slices,
    ) -> VecEnergyCountPair
}

ffi_unwrap_or! { sdecay_sys::sdecay::nuclide_mixture::try_decayPhotonsInInterval => decay_photons_in_interval(
        mixture: *const NuclideMixture<'l>,
        initial_age: f64,
        interval_duration: f64,
        ordering: HowToOrder,
        characteristic_time_slices: usize,
) -> VecEnergyCountPair ?? out -> {
    // SAFETY: `out` points to properly allocated, but uninitialized memory (function invariant)
    unsafe { sdecay_sys::sdecay::std_vector_energy_count_pair_new(out); }
} }

containers! { NuclideMixture['l]: decay_photons_in_interval =>
    /// Same as [`Self::decay_particles_in_interval`], but with [`ProductType::GammaParticle`] and [`ProductType::XrayParticle`]
    decay_photons_in_interval(
        initial_age: f64 => initial_age,
        interval_duration: f64 => interval_duration,
        ordering: HowToOrder => ordering.0,
        characteristic_time_slices: usize => characteristic_time_slices,
    ) -> VecEnergyCountPair
}