Consider a degree sequence of a graph with 8 vertices such as (1,2,3,3,4,4,5,6). It is straightforward to prove that this is a graphic degree sequence and, indeed, I have created at least half a dozen possibilities at random. On the face of it, based on the fact that subtracting each element of the degree sequence from 7 creates the same degree sequence, it seems that one of the simply connected graphs created from it should be self-complementary. Here's the two part question:
1) Is there any way to confirm the existence of a self-complementary simply connected graph from such a degree sequence? 2) Is there any simple algorithm for constructing it from such a sequence?
You can see there can't be one in this case. Either there is an edge between the nodes of valence $1$ and $6$, in which case there isn't in the complement, or there is no edge between the nodes of valence $1$ and $6$, but there is in the complement.
If $a_1\leq a_2\leq\cdots\leq a_n$ are the valences you want, define for each $a,$ the value $k_a=\left\{i\mid a_i=a\right\}$. You then need:
I still don't have a sufficient condition.