Boolean-Cayley-graphs / boolean_cayley_graphs / __pycache__ / binary_projective_two_weight_codes.cpython-310.pyc
22144 viewso �Ul_( � @ s d Z dd� Zdd� ZdS )a Some binary projective two-weight codes ======================================= The ``binary_projective_two_weight_codes`` module defines functions that construct two types of binary projective two-weight codes as published by Tonchev [Ton1996]_ [Ton2007]_. AUTHORS: - Paul Leopardi (2016-09-15): initial version EXAMPLES: :: sage: from boolean_cayley_graphs.binary_projective_two_weight_codes import binary_projective_two_weight_27_6_12 sage: c27=binary_projective_two_weight_27_6_12() sage: c27[1] ('000000000000000111111111111', '000000000111111000000111111', '000111111000011000011000011', '001000111011101000101000101', '010001011101110011101011101', '100010101000101001111101000') REFERENCES: Tonchev [Ton1996]_, [Ton2007]_. c C s"