The FutureWarning is "`rank` is deprecated; use the `ndim` attribute or function instead. To find
the rank of a matrix see `numpy.linalg.matrix_rank`." Therefore the N-state model target function
method paramag_info() has been updated to use the .ndim attribute and longer use numpy.rank()
function.