models/degrader_constant.py [233:245]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        c6 = torch.transpose(c6a.repeat([n_iwae, 1]), 0, 1)
        c12 = torch.transpose(c12a.repeat([n_iwae, 1]), 0, 1)

        x0 = torch.stack(
            [
                theta.init_x,
                theta.init_rfp,
                theta.init_yfp,
                theta.init_cfp,
                zero,
                zero,
                theta.init_luxR,
                theta.init_lasR,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



models/relay_constant.py [227:239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        c6 = torch.transpose(c6a.repeat([n_iwae, 1]), 0, 1)
        c12 = torch.transpose(c12a.repeat([n_iwae, 1]), 0, 1)

        x0 = torch.stack(
            [
                theta.init_x,
                theta.init_rfp,
                theta.init_yfp,
                theta.init_cfp,
                zero,
                zero,
                theta.init_luxR,
                theta.init_lasR,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



