# Conversion matrix
Generated by `cargo test -p powerio-dist --test matrix -- --ignored write_conversion_matrix`. Rows are fixtures (tests/data/dist, provenance in its README); columns are conversion targets. `echo` is the byte exact diagonal; `ok` is a canonical write that reparses to the common projection of the model; `ok (n warn)` names the count of fidelity losses the conversion reports, each one listed in the conversion's warnings.
| IEEE 13 | dss | echo | ok (143 warn) | ok (44 warn) |
| IEEE 34 | dss | echo | ok (374 warn) | ok (218 warn) |
| IEEE 123 | dss | echo | ok (543 warn) | ok (266 warn) |
| single phase transformer | dss | echo | ok (10 warn) | ok (4 warn) |
| center tap transformer | dss | echo | ok (23 warn) | ok (12 warn) |
| wye delta transformer | dss | echo | ok (10 warn) | ok (4 warn) |
| delta wye transformer | dss | echo | ok (10 warn) | ok (4 warn) |
| open wye open delta transformer | dss | echo | ok (10 warn) | ok (2 warn) |
| single phase delta wye transformer | dss | echo | ok (9 warn) | ok (2 warn) |
| switch states | dss | echo | ok (12 warn) | ok (4 warn) |
| four wire linecode | dss | echo | ok (25 warn) | ok (12 warn) |
| constructor defaults | dss | echo | ok (9 warn) | ok (2 warn) |
| ten conductor linecode | dss | echo | ok (25 warn) | ok (12 warn) |
| BMOPF IEEE 13 example | BMOPF | ok (1 warn) | echo | ok |
| BMOPF ENWL example | BMOPF | ok (1035 warn) | echo | ok (1019 warn) |
| PMD IEEE 13 | PMD | ok (9 warn) | ok (152 warn) | echo |
| PMD four wire | PMD | ok (1 warn) | ok (8 warn) | echo |