New features & Updates
* Two qubit depolarizing noise gate (148, thanks to corryvrequan)
* Show error message, return NULL ptr, and raise exception for invalid gate instantiation (158 and 159, thanks to kenjikun and corryvrequan)
* Add get_qubit_count function for python (153, thanks to yamamoto-takahiro and corryvrequan)
Bug fixes
* Bugfix in two qubit dense gate in C simulator (145, thanks to k-ishizaka and corryvrequan)
* Fix cmake script for GPU on ubuntu (149 and 150, thanks to shukob)
* Fix parametric quantum gates to be compatible with recently added `DensityMatrix` class (152, thanks to corryvrequan)
* Bugfix on gpu state load (154, thanks to corryvrequan and yoooopeeee)
* Fix a problem in CMake script which didn't work when path contains "./src/" (155, thanks to miyo and corryvrequan)
* Bugfix of freeing unreleased memory in sampling gpu (157, thanks to puyokw)
* Add gpu version of inner_product to python (160, thanks to puyokw)