Qiskit's QuantumCircuit class and universal gate methods

We can see that the QuantumCircuit class allows us to execute a variety of gates on particular qubits in the quantum register used to initial it. The full gate set is available in the QuantumCircuit documentation, but I will give the equivalent of the gates we have learned so far:

Gate

Qiskit QuantumCircuit class method name

I

iden

X

x

Y

y

Z

z

H

h

S

s
S sdg

T

t

T

tdg

CNOT

cx