Question: The empty symbol and Physics Package

It seems that empty symbol is redefined (overloaded) in Physics package:

Code:

restart; 
with(Physics):
a := ``;

Result:



Is there a possibility to reach the original functionality of empty symbol after loading the Physics package?

Thank you.

Please Wait...