chaotic_pfc.cli.comm_ideal¶ Full communication pipeline over an ideal (noiseless) channel. Functions add_parser(subparsers) Register the run comm-ideal subcommand. run(args) Execute the comm-ideal experiment. chaotic_pfc.cli.comm_ideal.add_parser(subparsers)[source]¶ Register the run comm-ideal subcommand. Parameters: subparsers (_SubParsersAction) Return type: None chaotic_pfc.cli.comm_ideal.run(args)[source]¶ Execute the comm-ideal experiment. Parameters: args (Namespace) Return type: int