@@ -19,7 +19,6 @@ class ArxivCallerTest(TestCase):
deftest_identifier_old_style(self):
caller=ArxivCaller('cond-mat/0612480')
self.assertTrue(caller.is_valid)
print(caller.data)
correct_data={
'author_list':['Kouji Ueda','Chenglong Jin','Naokazu Shibata','Yasuhiro Hieida','Tomotoshi Nishino'],'pub_date':datetime.date(2006,12,19),'arxiv_link':'http://arxiv.org/abs/cond-mat/0612480v2','pub_abstract':'A kind of least action principle is introduced for the discrete time\nevolution of one-dimensional quantum lattice models. Based on this principle,\nwe obtain an optimal condition for the matrix product states on succeeding time\nslices generated by the real-time density matrix renormalization group method.\nThis optimization can also be applied to classical simulations of quantum\ncircuits. We discuss the time reversal symmetry in the fully optimized MPS.','pub_title':'Least Action Principle for the Real-Time Density Matrix Renormalization\n Group'
}
...
...
@@ -37,7 +36,7 @@ class DOICallerTest(TestCase):
'pub_date':'2015-12-18',
'journal':'Physical Review B',
'pages':'',
'authorlist':[
'author_list':[
'R. Vlijm','M. Ganahl','D. Fioretto','M. Brockmann','M. Haque','H. G. Evertz','J.-S. Caux'],
'volume':'92',
'pub_title':'Quasi-soliton scattering in quantum spin chains'
...
...
@@ -52,10 +51,10 @@ class DOICallerTest(TestCase):
'journal':'SciPost Physics',
# Inexplicably, an extra space is added between 'inpenetrable' and 'bosons', but this is a
# Crossref error.
'pub_title':'One-particle density matrix of trapped one-dimensional impenetrable bosons from conformal invariance',
'pub_title':'One-particle density matrix of trapped one-dimensional impenetrable bosons from conformal invariance',