in graph theory, a simple graph is an unweighted, undirected graph that has no loops or multiple edges

the number of different possible simple graphs for a graph with vertices can be calculated with “NumberOfGraphs[n]” in Mathematica.

references
https://mathworld.wolfram.com/SimpleGraph.html