parent
3c6d547a91
commit
b99c5b43fa
@ -0,0 +1,41 @@
|
||||
@article{Einstein_1935,
|
||||
doi = {10.1103/physrev.47.777},
|
||||
url = {https://doi.org/10.1103%2Fphysrev.47.777},
|
||||
year = 1935,
|
||||
month = {may},
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {47},
|
||||
number = {10},
|
||||
pages = {777--780},
|
||||
author = {A. Einstein and B. Podolsky and N. Rosen},
|
||||
title = {Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
|
||||
journal = {Physical Review}
|
||||
}
|
||||
|
||||
@article{Schrodinger_1935,
|
||||
doi = {10.1017/s0305004100013554},
|
||||
url = {https://doi.org/10.1017%2Fs0305004100013554},
|
||||
year = 1935,
|
||||
month = {oct},
|
||||
publisher = {Cambridge University Press ({CUP})},
|
||||
volume = {31},
|
||||
number = {04},
|
||||
pages = {555},
|
||||
author = {E. Schrödinger and M. Born},
|
||||
title = {Discussion of Probability Relations between Separated Systems},
|
||||
journal = {Mathematical Proceedings of the Cambridge Philosophical Society}
|
||||
}
|
||||
|
||||
@article{Bell_1964,
|
||||
doi = {10.1103/physicsphysiquefizika.1.195},
|
||||
url = {https://doi.org/10.1103%2Fphysicsphysiquefizika.1.195},
|
||||
year = 1964,
|
||||
month = {nov},
|
||||
publisher = {American Physical Society ({APS})},
|
||||
volume = {1},
|
||||
number = {3},
|
||||
pages = {195--200},
|
||||
author = {J. S. Bell},
|
||||
title = {On the Einstein Podolsky Rosen paradox},
|
||||
journal = {Physics Physique {\cyrchar\cyrf}{\cyrchar\cyri}{\cyrchar\cyrz}{\cyrchar\cyri}{\cyrchar\cyrk}{\cyrchar\cyra}}
|
||||
}
|
@ -1,7 +1,11 @@
|
||||
1. Install the dependencies using:
|
||||
> pip install -r requirements.txt
|
||||
```
|
||||
pip install -r ../dev_requirements.txt
|
||||
```
|
||||
|
||||
2. Run the tests using:
|
||||
> python -m unittest discover
|
||||
```
|
||||
python setup.py test
|
||||
```
|
||||
|
||||
If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue