Hi @LVC,
I cannot really comment on QIIME 1 — I was not involved in QIIME 1 development, and you may want to post to the QIIME 1 forum to get QIIME 1-specific answers.
That said, I expect QIIME 1 probably used the same metric calculations that QIIME 2 does.
The "species" definition entirely depends on the input. We call this metric "observed OTUs" in QIIME 2 to be somewhat more clear about this — unless if alpha diversity is being explicitly calculated on species (e.g., a feature table that has been annotated and collapsed with species-level taxonomy), then the "species" definition is going to be unique sequences observed (i.e., OTUs or ASVs, however unique seqs are defined).
This is not considered explicitly in richness (i.e., "observed OTUs") calculations. However, the "Faith's PD" metric examines phylogenetic diversity richness (as branch length covered by a given sample).
We do not have a method for calculating hill numbers in QIIME 2 (this would be a great addition if you would like to contribute!). However, reading this paper:
Parameter a determines special cases of Hill number, for example, N 0 as number of taxa, N 1 as exponential Shannon index, and N 2 as reciprocal Simpson index
So Shannon and Simpson's index can be calculated separately in QIIME 2.
That sounds correct, those would be identical. OTUs are just unique sequences, and do not necessarily correspond to distinct species — they can be different strains or a species or even 16S variants from within the same cell (multi-copy heterogeneity) or sequence error. Alpha diversity gets pretty messy when looking at multi-copy microbial marker genes.
Yes, you are correct. Shannon is often calculated as log base 10 or log base 2 (or base e). See this thread for a little more discussion.
I hope that helps!